Virgil Dupras
|
0bd58fd178
|
basic: parse hex, binary and char literals
Same thing as in zasm.
|
2019-11-18 15:22:09 -05:00 |
|
Virgil Dupras
|
1cea6e71e0
|
basic: add a print cmd
It can only print a decimal literal. But still, that's a big step because
I hadn't implemented decimal formatting yet.
|
2019-11-18 13:40:23 -05:00 |
|
Virgil Dupras
|
8d46895dd3
|
lib/parse: decimal ending with a whitespace are now valid
Also, make empty strings be parsed as invalid by parseDecimal.
|
2019-11-13 22:10:06 -05:00 |
|
Virgil Dupras
|
eefadc3917
|
ed: add support for 'a' and 'i'
|
2019-07-14 17:35:21 -04:00 |
|