Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
lemon - A parser generator
Lemon is an LALR(1) parser generator for C or C++. It does the same
job as bison and yacc. But lemon is not another bison or yacc
clone. It uses a different grammar syntax which is designed to reduce
the number of coding errors. Lemon also uses a more sophisticated
parsing engine that is faster than yacc and bison and which is both
reentrant and thread-safe. Furthermore, Lemon implements features
that can be used to eliminate resource leaks, making is suitable for
use in long-running programs such as graphical user interfaces or
embedded controllers.
Packages
Latest: lemon-3.6.20-9999.2.pre6.el5.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| lemon |
0 |
3.6.20 |
9999.2.pre6.el5.fio |
i686 |
48 KiB |
2011-06-23 13:56:49 |
| lemon |
0 |
3.6.20 |
9999.1.pre6.el5.fio |
i686 |
46 KiB |
2011-06-23 11:30:18 |
| lemon |
0 |
3.6.20 |
1.el5.fio |
i686 |
46 KiB |
2011-05-05 19:25:48 |
Changelog:
- * 2009-11-17 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.20-1
- update to 3.6.20 (http://www.sqlite.org/releaselog/3_6_20.html)
- * 2009-10-06 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.18-1
- update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
- drop no longer needed test-disabler patches
- * 2009-08-21 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.17-1
- update to 3.6.17 (http://www.sqlite.org/releaselog/3_6_17.html)
- disable to failing tests until upstream fixes
- * 2009-07-26 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 3.6.14.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-06-12 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14.2-1
- update to 3.6.14.2 (#505229)
- * 2009-05-18 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14-2
- disable rpath
- add -doc subpackage instead of patching out reference to it
- * 2009-05-14 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14-1
- update to 3.6.14 (http://www.sqlite.org/releaselog/3_6_14.html)
- merge-review cosmetics (#226429)
- drop ancient sqlite3 obsoletes
- fix tab vs space whitespace issues
- remove commas from summaries
- fixup io-test fsync expectations wrt SQLITE_DISABLE_DIRSYNC
- * 2009-04-15 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.13-1
- update to 3.6.13
- * 2009-04-09 - Dennis Gilmore <dennis[AT]ausil.us> - 3.6.12-3
- apply upstream patch for memory alignment issue (#494906)
- * 2009-04-07 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.12-2
- disable strict aliasing to work around brokenness on 3.6.12 (#494266)
- run test-suite on build but let it fail for now