Thun/implementations/uvm-ncc
Simon Forman 1a4be19f41 Combine tokenizer and parser.
I'm pretty happy with this. It's iterative rather than recursive so you
won't blow out the call stack if you want to parse a million brackets
(intermediate results are stored on (another) little stack.)  It scans
the string and builds lists and sublists as it goes, without wasting
cons cells.
2023-03-05 17:01:25 -08:00
..
font A bunch of stuff. 2023-03-03 07:30:55 -08:00
GNUmakefile Depend on graphics.h. 2023-02-26 13:24:34 -08:00
graphics.h A bunch of stuff. 2023-03-03 07:30:55 -08:00
joy_types.c Combine tokenizer and parser. 2023-03-05 17:01:25 -08:00
joy_types.h A bunch of stuff. 2023-03-03 07:30:55 -08:00
neat_wu_lines.py A bunch of stuff. 2023-03-03 07:30:55 -08:00
parser.c It seems to be working. 2023-03-04 17:48:26 -08:00
parser.py Joy parser in NCC. 2023-03-04 08:25:32 -08:00
poly.py A bunch of stuff. 2023-03-03 07:30:55 -08:00
utf8.py A bunch of stuff. 2023-03-03 07:30:55 -08:00
wu_demo.png A bunch of stuff. 2023-03-03 07:30:55 -08:00
wu_lines.py Wu-ish lines. 2023-02-27 19:27:32 -08:00
xerblin.c A bunch of stuff. 2023-03-03 07:30:55 -08:00