[fpc-pascal] Parser combinator library
leledumbo
leledumbo_cool at yahoo.co.id
Fri Sep 4 06:45:27 CEST 2009
> Hi :)
> What exactly do you mean by parser combinator library?
It's basically a library of common parsing functions combined to produce a
fully functional parser. Haskell and C++ has this kind of library, so I'm
looking for a Pascal one. It could help so that one doesn't have to write a
parser from scratch, instead he just needs to choose correct parsers to fit
in his grammar.
http://en.wikipedia.org/wiki/Parser_combinator
http://en.wikipedia.org/wiki/Parser_combinator
--
View this message in context: http://www.nabble.com/Parser-combinator-library-tp25271707p25288245.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list