[ 原始碼: sqlite3 ]
套件:lemon(3.46.1-1)
lemon 的相關連結
Debian 的資源:
下載原始碼套件 sqlite3:
- [sqlite3_3.46.1-1.dsc]
- [sqlite3_3.46.1.orig-www.tar.xz]
- [sqlite3_3.46.1.orig.tar.xz]
- [sqlite3_3.46.1-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [www.sqlite.org]
相似套件:
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.