working to support 0x, 0o, 0b for numbers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-22 02:33:01 +09:00
parent f8c84dc2f0
commit 261970a1a4
3 changed files with 51 additions and 7 deletions

View File

@ -10,6 +10,10 @@ $include 10 ##ERROR: syntax error - $include target expected in place of '10'
---
0x12.34 ##ERROR: syntax error - invalid use of decimal point after radixed number '0x12'
---
##
x := (+ 10 20) "aaaa"; ##ERROR: syntax error - too many rvalues