Files
Thun/implementations
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
..
2023-02-04 23:08:39 -08:00
2022-09-20 17:56:18 -07:00
2022-09-28 21:22:19 -07:00
2022-09-28 22:07:28 -07:00
2022-10-17 17:51:12 -07:00
2022-10-15 20:04:27 -07:00
2022-09-16 20:49:46 -07:00