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