Function llg_matcher_is_accepting
pub extern "C" fn llg_matcher_is_accepting(
matcher: &mut LlgMatcher,
) -> bool
Expand description
Check if the grammar can fully accept the input.
pub extern "C" fn llg_matcher_is_accepting(
matcher: &mut LlgMatcher,
) -> bool
Check if the grammar can fully accept the input.