Does anyone know if there is anything portable written, or that works on gambit? The only thing I found works is plt scheme.
Thanks, Pavel
Afficher les réponses par date
In dumping grounds you can find MParser that is a library for parsing that is similar to Parsec for haskell, but makes heavy use of macro, and generate a recursive descent parser.
In snow http://snow.iro.umontreal.ca/?tab=Packages you could find a lalr parser and an earley parser.
francesco
On Tue, Feb 24, 2009 at 7:01 PM, Pavel Dudrenov dudrenov@gmail.com wrote:
Does anyone know if there is anything portable written, or that works on gambit? The only thing I found works is plt scheme.
Thanks, Pavel _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Francesco thank you very much!
On Tue, Feb 24, 2009 at 11:49 AM, francesco bracchi frbracch@gmail.com wrote:
In dumping grounds you can find MParser that is a library for parsing that is similar to Parsec for haskell, but makes heavy use of macro, and generate a recursive descent parser.
In snow you could find a lalr parser and an earley parser.
francesco
On Tue, Feb 24, 2009 at 7:01 PM, Pavel Dudrenov dudrenov@gmail.com wrote:
Does anyone know if there is anything portable written, or that works on gambit? The only thing I found works is plt scheme.
Thanks, Pavel _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list