1e4745f754
A parser works with the GLR(0) algorithm
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
The goal of The glrParser Project is to create generaly usable programmers
|
|
tool for syntactical analysis of wide ambiguous grammars which works with the
|
|
GLR(0) algorithm. GLR is well known algorithm published by Marasu Tomita in
|
|
1985. It is based on generalization of the LR analysis.
|
|
|
|
WWW: http://nlp.fi.muni.cz/projekty/glr/
|