aboutsummaryrefslogtreecommitdiff
path: root/devel/bnfc
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/bnfc
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Notes
Diffstat (limited to 'devel/bnfc')
-rw-r--r--devel/bnfc/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bnfc/pkg-descr b/devel/bnfc/pkg-descr
index 643baed2d898..6f9ec8f2a61a 100644
--- a/devel/bnfc/pkg-descr
+++ b/devel/bnfc/pkg-descr
@@ -1,9 +1,9 @@
The BNF Converter is a compiler construction tool generating a
-compiler front-end from a Labelled BNF grammar. It was originally
+compiler front-end from a Labeled BNF grammar. It was originally
written to generate Haskell, but starting from Version 2.0, it can
also be used for generating Java, C++, and C.
-Given a Labelled BNF grammar the tool produces:
+Given a Labeled BNF grammar the tool produces:
* an abstract syntax as a Haskell/C++/C module or Java directory
* a case skeleton for the abstract syntax in the same language