Added support for constant floating point expressions

This commit is contained in:
ceriel
1989-12-19 09:40:25 +00:00
parent fe14fd11f4
commit 0c690061b3
13 changed files with 243 additions and 29 deletions

View File

@@ -136,7 +136,7 @@ LexScan()
break;
case REAL:
print("%s\n", tkp->TOK_REL);
print("%s\n", tkp->TOK_REAL);
break;
case STRING: