Closed GoogleCodeExporter closed 9 years ago
- file had CRLF line feeds which weren't supported by lexc (added support)
- file had regex entries like:
<0:0> VRoot ;
which weren't parsed right. Fixed.
The reported file can also be modified to run with pre-fix versions by:
(1) changing all CRLF to LF
(2) simply removing <0:0> (redundant), i.e.
<0:0> VRoot;
lines could be changed to
VRoot; (attached changes)
Original comment by mans.hul...@gmail.com
on 15 Nov 2011 at 9:19
Attachments:
Thank you!
Original comment by waleed.a...@gmail.com
on 15 Nov 2011 at 1:38
Original issue reported on code.google.com by
waleed.a...@gmail.com
on 14 Nov 2011 at 10:14Attachments: