struct/union definitions

This commit is contained in:
pommicket 2022-01-26 18:00:47 -05:00
parent 387d650cab
commit d036dcc5ac
6 changed files with 217 additions and 35 deletions

View file

@ -672,3 +672,10 @@ function print_tokens
:str_eof
string EOF
byte 0
function print_token
argument token
local p
p = token + 16
print_tokens(token, p)
return