Created
May 24, 2022 20:45
-
-
Save hmarcelodn/77c6dc10cbb079902a524071f742da4c to your computer and use it in GitHub Desktop.
thl-grammar.pegjs-01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| start = Code | |
| Code = token:( | |
| QuestionToken / | |
| VariableToken / | |
| ConstantToken / | |
| UnderlineToken / | |
| TocToken / | |
| HighlightToken / | |
| ConditionalBooleanStatement / | |
| FunctionStatement / | |
| Text | |
| )* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment