Yacc Extensions

At the beginning of a .y file is a %grmtools{} section, by default this section is required. But a default can be set or forced by using a YaccKindResolver.

FlagValueRequired
yacckindYaccKind
recoverykindRecoveryKind
test_files1String

Example

%grmtools{yacckind: Grmtools}
%%
Start: ;

  1. String containing a glob relative to the yacc .y source file, experimental.