joews / peach

A functional programming language
MIT License
3 stars 0 forks source link

Grammar: rename some AST node kinds #39

Closed joews closed 7 years ago

joews commented 7 years ago

Some of the old names were chosen to avoid clashes with JavaScript types. That isn't a concern now (because AST kinds are never used as JavaScript identifiers), so they can be renamed to nicer to less natural values.