Anyone know of a tool to parse a large file according to a BNF
definition? I've looked at Parse::RecDescent from CPAN, but it requires
you to load the entire file into a string first. Too slow and too much
memory for my purposes.
(I know there's lex and yacc, but I don't know them very well and it's a
fairly simple grammar that I could probably just code up from scratch
just as well.)
____________________
BYU Unix Users Group
http://uug.byu.edu/
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
- Re: [uug] large file parser (perl?) Lars Olson
- Re: [uug] large file parser (perl?) David Smith
- Re: [uug] large file parser (perl?) Glen Wagley
