changed the reader to use a stack of 4-item arrays instead of chains of 3 cons cells

cleaned up some unused code
This commit is contained in:
2018-02-22 10:02:39 +00:00
parent 4876d1775c
commit a78dba499f
6 changed files with 145 additions and 77 deletions

View File

@ -78,7 +78,7 @@ static char* synerrstr[] =
"no error",
"illegal character",
"comment not closed",
"string not closed",
"string/character not closed",
"invalid hashed literal",
"wrong character literal",
"invalid numeric literal",