To install lemon just follow these instructions.
sudo apt-get install lemon
Which will install lemon and any other packages on which it depends.
Package | lemon |
Version | 3.19.3-3 |
Maintainer | Laszlo Boszormenyi (GCS) <[email protected]> |
Home page | http://www.sqlite.org/ |
Description | LALR(1) Parser Generator for C or C++ 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. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | devel |