small change to support radixed number literals
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-22 22:27:19 +09:00
parent 8a277c77c0
commit 4651fadcea
3 changed files with 40 additions and 13 deletions

View File

@ -14,6 +14,10 @@ $include 10 ##ERROR: syntax error - $include target expected in place of '10'
---
0b ##ERROR: invalid numeric literal with no digit '0b'
---
##
x := (+ 10 20) "aaaa"; ##ERROR: syntax error - too many rvalues