Next | Query returned 8 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.


Next | Query returned 8 messages, browsing 1 to 10 | previous