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