From: Eric S. Raymond Date: Mon, 3 Jul 2017 12:53:10 +0000 (-0400) Subject: Refactor tokenization to save raw tokens and use static buffer space... X-Git-Tag: takebird~69 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=f03bde268ebb52455d4ca728ce043e2bddedae22;hp=f03bde268ebb52455d4ca728ce043e2bddedae22;p=open-adventure.git 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. ---