tokenizing integer literals

This commit is contained in:
pommicket 2022-01-11 14:03:13 -05:00
parent fc96e22d4f
commit b0837b367e
5 changed files with 221 additions and 31 deletions

View file

@ -21,7 +21,6 @@ function fprint_filename
argument file
if file ] 65535 goto print_filename_string
file = file_get(file)
fputs(2, file)
; (fallthrough)
:print_filename_string
fputs(2, file)