johnedquinn/kanonic

Modify regex for tokens/rules

johnedquinn opened this issue · 1 comments

Change the regexes for the following:

  • Token: "[A-Z][A-Z_]*"
  • Rule: "[a-z][a-z_]*"

Then, make the code generation pretty by splitting on the _.

Closed by bb480d2