Further updates, added libraries to make the build independent of toolchain libraries

This commit is contained in:
Philip Smart
2020-05-05 23:14:11 +01:00
parent 7a87cb7d5f
commit ef0fef097b
275 changed files with 164208 additions and 155659 deletions

View File

@@ -277,6 +277,7 @@ void calcArray(char letter) {
numeric calcExpression(void) {
while (1) {
switch (curTok->type) {
case TT_NONE:
case TT_SEPARATOR:
@@ -590,4 +591,3 @@ void executeParsedRun(void) {
progLine = next;
}
}