NOTICE: This package has been removed from pkgsrc

./wip/lemon, Simple LALR(1) parser generator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0nb1, Package name: lemon-1.0nb1, Maintainer: airhead

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.
* 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.


Master sites: (Expand)

SHA1: e347b7040c0da586468811f78c3bc4111f33fc19
RMD160: fb5d8af8ab6c0c3b21493a114bdfec789319fc3f
Filesize: 2429.312 KB

Version history: (Expand)


CVS history: (Expand)


   2008-06-23 17:09:35 by Jörg Sonnenberger | Files touched by this commit (4) | Package removed
Log message:
lemon was imported to devel/lemon.
   2008-03-26 19:58:37 by Klaus Heinz | Files touched by this commit (1)
Log message:
For installation using DESTDIR you have to make sure the directories
get created.
   2008-03-08 20:31:17 by Aleksej Saushev | Files touched by this commit (1)
Log message:
DESTDIR support.
   2008-01-27 15:10:54 by Peter Bex | Files touched by this commit (2)
Log message:
Update lemon so it doesn't pull sources straight from cvsweb, but from the sql \ 
release tarball

   2008-01-26 10:21:34 by Aleksej Saushev | Files touched by this commit (2)
Log message:

Distributed files changed.
New revision.
   2007-09-14 01:38:38 by Peter Bex | Files touched by this commit (1)
Log message:
wip category does not exist according to pkglint
   2007-09-11 01:20:51 by Peter Bex | Files touched by this commit (3)
Log message:
Add C template to package
   2007-09-11 01:01:24 by Peter Bex | Files touched by this commit (4) | Imported package
Log message:
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.
* 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.