summaryrefslogtreecommitdiffstats
path: root/devel/lemon/pkg-comment
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2001-06-05 03:48:42 +0000
committermi <mi@FreeBSD.org>2001-06-05 03:48:42 +0000
commit76b7e8d412ce3a3eae748fa8a41fc830ebee44a7 (patch)
tree7b011665cfe12560857f1fb753538664ed281879 /devel/lemon/pkg-comment
parent8c136b13142dc662637b3595e61e271f37c79bea (diff)
downloadFreeBSD-ports-76b7e8d412ce3a3eae748fa8a41fc830ebee44a7.zip
FreeBSD-ports-76b7e8d412ce3a3eae748fa8a41fc830ebee44a7.tar.gz
The Lemon program is an LALR(1) parser generator. It takes a context
free grammar and converts it into a subroutine that will parse a file using that grammar. Lemon is similar to the much more famous programs "YACC" and "BISON". But lemon is not compatible with either yacc or bison. There are several important differences: . Lemon using a different grammar syntax which is less prone to programming errors. . Lemon generates a parser that is faster than Yacc or Bison parsers (according to the author). . The parser generated by Lemon is both re-entrant and thread-safe. . Lemon includes the concept of a non-terminal destructor, which makes it much easier to write a parser that does not leak memory. WWW: http://www.hwaci.com/sw/lemon/
Diffstat (limited to 'devel/lemon/pkg-comment')
-rw-r--r--devel/lemon/pkg-comment1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/lemon/pkg-comment b/devel/lemon/pkg-comment
new file mode 100644
index 0000000..0a3855e
--- /dev/null
+++ b/devel/lemon/pkg-comment
@@ -0,0 +1 @@
+An LALR(1) parser generator. Similar in function to yacc and bison
OpenPOWER on IntegriCloud