WIP - #b[ token for byte array
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-27 19:10:56 +09:00
parent 632fbfdba2
commit 2e1ae8d9ee
5 changed files with 36 additions and 3 deletions

6
t/feed-5006.err Normal file
View File

@ -0,0 +1,6 @@
## #b can be followed by [ or binary digits.
printf "%O\n" #b[ 10 20 30 ];
printf "%010b\n" #b0101;
printf "%O\n" #bxy; ##ERROR: syntax error - neither valid radixed number nor valid directive #bxy