fixed a lexer bug than returned FPDECLIT where INTLIT was desired.

added more code to process jump labels
This commit is contained in:
hyunghwan.chung
2019-07-17 17:04:27 +00:00
parent 1c0b23fa97
commit d3f1a435cb
4 changed files with 41 additions and 11 deletions

View File

@ -91,9 +91,10 @@ class MyObject(Object)
| tb |
tb := tc at: idx.
System log(System.Log.INFO, idx asString, (if (tb value) { " PASS" } else { " FAIL" }), "\n").
/*a:
b: c:*/
].
(if (true) { a: 10. b: 1p1000. 20000 }) dump.
[a: 10. b: 1000. ] value class dump.
Exception signal: 'experiment with exception signalling'.