Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
23
node_modules/@chevrotain/gast/src/api.ts
generated
vendored
Normal file
23
node_modules/@chevrotain/gast/src/api.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
export {
|
||||
Rule,
|
||||
Terminal,
|
||||
NonTerminal,
|
||||
Option,
|
||||
Repetition,
|
||||
RepetitionMandatory,
|
||||
RepetitionMandatoryWithSeparator,
|
||||
RepetitionWithSeparator,
|
||||
Alternation,
|
||||
Alternative,
|
||||
serializeGrammar,
|
||||
serializeProduction
|
||||
} from "./model"
|
||||
|
||||
export { GAstVisitor } from "./visitor"
|
||||
|
||||
export {
|
||||
getProductionDslName,
|
||||
isOptionalProd,
|
||||
isBranchingProd,
|
||||
isSequenceProd
|
||||
} from "./helpers"
|
||||
Loading…
Add table
Add a link
Reference in a new issue