- 11 Aug, 2004 1 commit
-
-
paulcc authored
GLR extension for Happy. GLR parsing allows parsing of ambiguous grammars, to produce a directed, acyclic, and-or graph which compactly represents possible alternative parses. This code has been built from scratch and tested on the examples. Documentation not yet ready - will check in soon NEW: * examples/ - some examples of using the parser * src/ProduceGLRCode.lhs - generates the GLR parser from templates and LR tables * templates/GLR_{Base,Lib} - driver components for the parser CHANGED: * src/GenUtils.lhs and src/ProduceCode.lhs - moved mapDollarDollar into GenUtils, and corrected bug on thd3(!) * src/Main.lhs - new flags added, and call the GLR parser if selected * LICENSE - added mention of this work.
-
- 27 Apr, 2001 1 commit
-
-
simonmar authored
update for version 1.10
-
- 20 Dec, 2000 1 commit
-
-
simonmar authored
Update date
-
- 06 Sep, 1999 1 commit
-
-
simonmar authored
New BSD-style license
-
- 02 Aug, 1999 1 commit
-
-
simonmar authored
Add a license file.
-