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.3.el6.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
lemon |
0 |
3.6.20 |
9999.3.el6.fio |
x86_64 |
44 KiB |
2012-02-18 11:29:57 |
lemon |
0 |
3.6.20 |
9999.2.pre6.el6.fio |
x86_64 |
45 KiB |
2011-07-14 02:03:26 |
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)