[erlang-questions] Start Conditions in Lexical Analyzer Generator (leex)
Vance Shipley
vances@REDACTED
Fri Jan 17 15:42:09 CET 2014
I've never tried using leex before but since the job at hand is
to parse a language file, where the reference implementation uses
flex, it seemed like porting their lex input file for use with leex
would be the way to go.
However I got stuck right away in that leex doesn't seem to support
"start conditions":
http://flex.sourceforge.net/manual/Start-Conditions.html#Start-Conditions
Am I missing something?
--
-Vance
More information about the erlang-questions
mailing list