namespaceSqlFaker\Compiler\Lemon

Classes 7§

LemonConditionEvaluates the named boolean conditions used by Lemon's preprocess_input. tool/lemon.c short-circuits a sequence from left to right; parentheses provide grouping.
LemonDirectives @visibility rootReads the tokens a Lemon grammar declares before any rule is written.
LemonParser @visibility rootReads Lemon source declarations and production rules into a grammar.
LemonPreprocessorSelects source branches using the %if/%ifdef/%ifndef/%else/%endif directives from tool/lemon.c.
LemonRules @visibility rootReads the rules a Lemon grammar writes.
LemonSymbols @visibility rootRemembers which names a Lemon grammar uses as tokens and which as rules.
LemonText @visibility rootRemoves from a Lemon file everything that is not grammar.