Name: Anonymous 2008-09-06 19:06
Have any of you ever used LEX/YACC? If so, what did you use it for?
I used it to parse
I used it to parse
cue files.
cue files.
ed clone, so I made a grammar for the commands. Unfortunately it was in Perl (Parse::Yapp), which as I found out it isn't suitable for anything slightly complicated.