E
Eric Mahurin
------=_Part_24069_12170461.1131056239952
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I wanted to compare how the my grammar project compares against racc in
terms of performance. I have yet to find an example that parses from an IO.
Everything I've found so far parses from a String. Seems kind of silly if
racc has to read in the whole file before parsing - or everybody is doing i=
t
that way. Maybe because people write there lexers based on regexes which
require Strings (I noticed discussions about this on another thread).
------=_Part_24069_12170461.1131056239952--
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I wanted to compare how the my grammar project compares against racc in
terms of performance. I have yet to find an example that parses from an IO.
Everything I've found so far parses from a String. Seems kind of silly if
racc has to read in the whole file before parsing - or everybody is doing i=
t
that way. Maybe because people write there lexers based on regexes which
require Strings (I noticed discussions about this on another thread).
------=_Part_24069_12170461.1131056239952--