aboutsummaryrefslogtreecommitdiff
path: root/devel/glrparser
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/glrparser
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Notes
Diffstat (limited to 'devel/glrparser')
-rw-r--r--devel/glrparser/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glrparser/pkg-descr b/devel/glrparser/pkg-descr
index 993f09e1825b..5d787f52b05e 100644
--- a/devel/glrparser/pkg-descr
+++ b/devel/glrparser/pkg-descr
@@ -1,4 +1,4 @@
-The goal of The glrParser Project is to create generaly usable programmers
+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.