namespaceSqlFaker\Compiler\Lemon
Classes 7§
| LemonCondition | Evaluates 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 root | Reads the tokens a Lemon grammar declares before any rule is written. |
| LemonParser @visibility root | Reads Lemon source declarations and production rules into a grammar. |
| LemonPreprocessor | Selects source branches using the %if/%ifdef/%ifndef/%else/%endif directives from tool/lemon.c. |
| LemonRules @visibility root | Reads the rules a Lemon grammar writes. |
| LemonSymbols @visibility root | Remembers which names a Lemon grammar uses as tokens and which as rules. |
| LemonText @visibility root | Removes from a Lemon file everything that is not grammar. |