jflex
jflex copied to clipboard
[Feature] add <*> lexical state [sf#16]
Reported by lsf37 on 2006-04-22 13:06 UTC Exclusive lexical states: flex supports <*> (any state). In JFlex you need to list all states explicitly (<STATE1,STATE2,...>).
(requested by Dimitri Maziuk)
Commented by jafl on 2007-07-28 00:00 UTC Logged In: YES user_id=1439262 Originator: NO
+1 :) I would very much like this, too.