File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ another clever idea: using table-driven semantics routines, using
3030format specifiers.
3131
3232The last mention of a release of SPARK from John is around 2002. As
33- released, although the Early Algorithm parser was in good shape, this
33+ released, although the Earley Algorithm parser was in good shape, this
3434code was woefully lacking as serious Python deparser.
3535
3636In the fall of 2000, Hartmut Goebel
@@ -135,9 +135,9 @@ Hartmut a decade an a half ago:
135135 NB. This is not a masterpiece of software, but became more like a hack.
136136 Probably a complete rewrite would be sensefull. hG/2000-12-27
137137
138- This project deparses using an Early -algorithm parse with lots of
138+ This project deparses using an Earley -algorithm parse with lots of
139139massaging of tokens and the grammar in the scanner
140- phase. Early -algorithm parsers are context free and tend to be linear
140+ phase. Earley -algorithm parsers are context free and tend to be linear
141141if the grammar is LR or left recursive.
142142
143143Another approach that doesn't use grammars is to do something like
You can’t perform that action at this time.
0 commit comments