This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
944f0584c6
Branches
Tags
No results found.
freebsd-ports
/
devel
/
lemon
/
pkg-plist
4 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
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/
2001-06-05 05:48:42 +02:00
bin/lemon
- Update to 1.69 - Some port improvements - Pass maintainership to submitter - Mirror the distfile PR: 137312 Submitted by: Vitaly Magerya <vmagerya@gmail.com>
2009-08-04 02:40:45 +02:00
%%DATADIR%%/lempar.c
@dirrm %%DATADIR%%
Reference in a new issue
Copy permalink