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.
sqlite3-tools
Command line interface for SQLite 3 (tools)
This package contains various tools such as:
- showdb
- showjournal
- showstat4
- showwal
- sqldiff
- sqlite3_analyzer
python3-pytest-snapshot
Plugin for snapshot testing with pytest (Python 3)
This library was inspired by jest's snapshot testing.
libclang1-19
C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
elpa-geiser
Generic Emacs/Scheme interaction mode
Geiser is a generic Emacs/Scheme interaction mode, featuring an
enhanced REPL and a set of minor modes improving Emacs' basic scheme
major mode.
bpftop
Provides a dynamic real-time view of running eBPF programs
It presents average runtime, events per second, and estimated total
CPU percentage measurements for each program. This tool minimizes
overhead by enabling performance statistics only while it is active.