mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Fix some fixed-point literal lexing issues (#1914)
- No fractional digits are necessary after the decimal point, e.g. `42.` is valid instead of `42.0` - Error messages refer to "fixed-point" not "integer" constants - Test more carefully for lexing unrelated to underscores
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$323D7
|
||||
$2A0000
|
||||
$4D2915B
|
||||
$18B
|
||||
$62B85
|
||||
$4
|
||||
$C570A
|
||||
$13333
|
||||
$13333
|
||||
$13333
|
||||
Reference in New Issue
Block a user