adrian-thurston / colm

The Colm Programming Language
MIT License
166 stars 32 forks source link

[colm] remove ? * + ( ) and | from allowed chars in position 2+ of literal tokens #75

Closed adrian-thurston closed 4 years ago

adrian-thurston commented 5 years ago

Want to promote usage of `,? and other forms in productions. Currently only ] is disallowed in position 2+ of literals. Expand this to ? * + ( ) and |.

Note that () and | are not currently used, but want to add these in the future.

adrian-thurston commented 4 years ago

Maybe want to think about also adding single quote literals. Seeing lots of tokens in ragel that are limited by also excluding * from position 2+.

adrian-thurston commented 4 years ago

Invalidated by b85782ac69f1ef0d145d7dd2e95c555fab3f8694