Thun/implementations/C
Simon Forman 7874496090 Definitions.
There are things to like about this implementation and things to
dislike.

Things to like:

- It works.
- The defs are baked into the wordlist.

Cons:

- The def bodies are built at start time by parsing strings.  it would
  be nice to somehow generate initializer literals if possible.  But
  would that mess up the garbage collector?
- It requires manual labor to update the defs when defs.txt changes.  It
  would be nice to have a solution that *make* can use.
2023-02-04 23:08:39 -08:00
..
.gitignore Ignore object files. 2023-02-02 16:14:11 -08:00
KEYWORDS.txt Definitions. 2023-02-04 23:08:39 -08:00
Makefile Depend on joy.h. 2023-02-04 18:59:59 -08:00
convert_defs.py Definitions. 2023-02-04 23:08:39 -08:00
joy.c Definitions. 2023-02-04 23:08:39 -08:00
joy.h Definitions. 2023-02-04 23:08:39 -08:00
keywords.c Definitions. 2023-02-04 23:08:39 -08:00
notes Almost truthy... 2023-02-04 22:58:16 -08:00