Mirinth / Plexiglass

A lexer generator, in the spirit of GNU Flex.
Other
0 stars 0 forks source link

Reject rules that use rewind and transition. #64

Closed Mirinth closed 3 years ago

Mirinth commented 3 years ago

States won't be supported for the initial release, so transition won't actually do anything. Without states, rewind will be a guaranteed infinite loop.