Related articles |
---|
Parsing.py: An LR(1) parser generator with CFSM/GLR drivers joevans@gmail.com (Jason) (2007-03-20) |
From: | "Jason" <joevans@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 20 Mar 2007 08:52:44 -0400 |
Organization: | Compilers Central |
Keywords: | parse, available |
Posted-Date: | 20 Mar 2007 08:52:43 EDT |
Today I released a pure Python module called "Parsing" that implements
an efficient LR(1) parser generator, as well as CFSM and GLR parser
drivers. Perhaps it will be of use to some of the readers of this
newsgroup.
http://www.canonware.com/download/Parsing/Parsing.py
Jason Evans
Return to the
comp.compilers page.
Search the
comp.compilers archives again.