christianparpart/klex

Allow special conditional <*>

Closed this issue · 0 comments

The conditional <*> ensures that the following rule is going to be added into the DFA of every previously and future declared DFA.

This can be implemented by brain-deadly assinging this rule to the set with key "*" and after all rules have been parsed, "*" is going to be spread across all existing conditional sets and then "*" key is being deleted.