lemon
LALR(1) Parser Generator for C or C++
Install
- All systems
-
curl cmd.cat/lemon.sh
- Debian
-
apt-get install lemon
- Ubuntu
-
apt-get install lemon
- Kali Linux
-
apt-get install lemon
- CentOS
-
yum install lemon
- Fedora
-
dnf install lemon
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lemon
- OS X
-
brew install lemon
- Raspbian
-
apt-get install lemon
- Dockerfile
- dockerfile.run/lemon
lemon
LALR(1) Parser Generator for C or C++
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.
lemonpos
Open Source point of sale for Linux
libsqlite3-0-dbg
SQLite 3 debugging symbols
SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. This package contains the debugging symbols for the libraries.