Added support for constant floating point expressions
This commit is contained in:
@@ -136,7 +136,7 @@ LexScan()
|
||||
break;
|
||||
|
||||
case REAL:
|
||||
print("%s\n", tkp->TOK_REL);
|
||||
print("%s\n", tkp->TOK_REAL);
|
||||
break;
|
||||
|
||||
case STRING:
|
||||
|
||||
Reference in New Issue
Block a user