Files
Thun/implementations/C
Simon Forman efd77a2ffd Aliases can be put in KEYWORDS.in
This avoids the overhead of single-functions definitions for aliases.
2023-02-07 19:14:37 -08:00
..
2023-02-02 16:14:11 -08:00
2023-02-06 12:59:39 -08:00
2023-02-07 19:14:37 -08:00
2023-02-07 17:44:32 -08:00
2023-02-05 18:43:05 -08:00
2023-02-07 19:14:37 -08:00
2023-02-07 19:14:37 -08:00
2023-02-07 19:14:37 -08:00
2023-02-06 13:09:37 -08:00
dip
2023-02-05 08:49:05 -08:00
2023-02-05 14:54:33 -08:00

Thun in C

This is my first attempt to write C in many years, I hope it's not too embarassing.

I use Gperf to create a static wordlist. This make word lookup very efficient, but there's no way currently to add definitions at runtime.

There's a janky script convert_defs.py that generates definitions.c, definitions.h, and KEYWORDS.txt from the defs.txt file. I would like to replace the dependency on Python with, say, Awk or something.