Skip to content
Snippets Groups Projects
Commit b7327c5f authored by dgelessus's avatar dgelessus
Browse files

Skip generating Lexer state transitions that go to the same state

This saves a switch case for every non-transitioning state in a token's
state list. If a token has no state transitions at all (only a list of
allowed states), this eliminates the entire state transition switch.
parent 72848701
No related branches found
No related tags found
Loading
Checking pipeline status