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.
This commit is contained in:
parent
eba8015059
commit
f03bde268e
4 changed files with 14 additions and 23 deletions
|
@ -122,7 +122,7 @@ Say what?
|
|||
|
||||
> nothing
|
||||
|
||||
Okay, "NOTHI".
|
||||
OK
|
||||
|
||||
> wave
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue