Skip to content

Instantly share code, notes, and snippets.

@hmarcelodn
Created May 24, 2022 21:02
Show Gist options
  • Select an option

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

Select an option

Save hmarcelodn/ec231ffb097bacc408f831f84fcccd74 to your computer and use it in GitHub Desktop.
thl-grammar.pegjs-03
ConstantToken = "[c#" id:[0-9]+ "]" {
return "[c#" + id.join('') + "]";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment