commas starting to work

This commit is contained in:
pommicket 2022-01-26 16:40:11 -05:00
parent 73b6a68559
commit 7ca37ea8db
4 changed files with 182 additions and 173 deletions

View file

@ -128,12 +128,17 @@ function file_error
fputs(2, name)
fputc(2, 10)
exit(1)
:str_file_error
string Error opening file:
byte 32
byte 0
function die
argument message
fputs(2, message)
exit(1)
function malloc
argument size
local total_size