Difference between revisions of "JExtra"
From teherba.org
(Stub) |
(Grammars) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | In 1980, Georg Fischer described | + | In 1980, Georg Fischer described the '''Extensible LR(1) Parser Generator''' EXTRA in his [http://www.punctum.com/interest/diss/diss.html PhD thesis]. The system was written in PL/1 at that time. |
− | This project is a recent attempt to re-write that parser generator in Java. | + | This project is a recent attempt to re-write that parser generator in Java. There is a [[JExtra/ModuleMap|mapping of the modules]] implemented so far. |
+ | |||
+ | ===Grammars=== | ||
+ | * [[JExtra/Test Grammars|Test Grammars]] |
Latest revision as of 13:23, 8 September 2016
In 1980, Georg Fischer described the Extensible LR(1) Parser Generator EXTRA in his PhD thesis. The system was written in PL/1 at that time.
This project is a recent attempt to re-write that parser generator in Java. There is a mapping of the modules implemented so far.