7 lines
327 B
Text
7 lines
327 B
Text
|
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/
|