diff options
Diffstat (limited to 'devel/glrparser/pkg-descr')
-rw-r--r-- | devel/glrparser/pkg-descr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/glrparser/pkg-descr b/devel/glrparser/pkg-descr deleted file mode 100644 index bd7074c752a0..000000000000 --- a/devel/glrparser/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The goal of The glrParser Project is to create generally 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. |