Refactor tokenization to save raw tokens and use static buffer space...
authorEric S. Raymond <esr@thyrsus.com>
Mon, 3 Jul 2017 12:53:10 +0000 (08:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 3 Jul 2017 12:53:10 +0000 (08:53 -0400)
commitf03bde268ebb52455d4ca728ce043e2bddedae22
treef8b73fcefe218d6a41478147b1bc2b6df0ce27f3
parenteba8015059c1ad2d20e55be9ed69c22aec1871be
Refactor tokenization to save raw tokens and use static buffer space...

...rather than dynamic storage.

As a side effect, this seems to have fixed a very ninor bug in the processing
of the bare word 'nothing'.  But I don't know where the bug was.  Not happy.
advent.h
main.c
misc.c
tests/woodshint.chk