Skip to content

Instantly share code, notes, and snippets.

@hmarcelodn
Created May 24, 2022 20:45
Show Gist options
  • Select an option

  • Save hmarcelodn/77c6dc10cbb079902a524071f742da4c to your computer and use it in GitHub Desktop.

Select an option

Save hmarcelodn/77c6dc10cbb079902a524071f742da4c to your computer and use it in GitHub Desktop.
thl-grammar.pegjs-01
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