CVS log for ports/devel/lemon/distinfo
Up to [FreeBSD] / ports / devel / lemon
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 3 14:56:02 2011 UTC (7 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -1 lines
-remove MD5
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 4 00:40:45 2009 UTC (2 years, 6 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
- Update to 1.69 - Some port improvements - Pass maintainership to submitter - Mirror the distfile PR: 137312 Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 20 06:20:23 2006 UTC (5 years, 6 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update lemon(1) to its current version in CVS, 1.39.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 22 08:28:19 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
SHA256ify Approved by: krion@
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 4 18:29:41 2005 UTC (6 years, 11 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Update lemon to 1.33 (a very fast, thread safe C parser generator). New grammar features and performance optimizations. http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lempar.c http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lemon.c
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 15 00:12:18 2003 UTC (8 years, 3 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update lemon to incorporate the CLI options found in the previous version, before updating to the version found in SQLite.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 14 00:38:33 2003 UTC (8 years, 4 months ago) by seanc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update lemon to the latest version in the SQLite repo. Please let me know if there are any grammar problems with this newer version. Assume maintainership. Approved by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 5 03:48:39 2001 UTC (10 years, 8 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
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/
