diff options
Diffstat (limited to 'devel/glrparser/pkg-descr')
-rw-r--r-- | devel/glrparser/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/glrparser/pkg-descr b/devel/glrparser/pkg-descr new file mode 100644 index 000000000000..993f09e1825b --- /dev/null +++ b/devel/glrparser/pkg-descr @@ -0,0 +1,6 @@ +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/ |