subtraction codegen

This commit is contained in:
pommicket 2022-02-11 23:39:54 -05:00
parent 81d6850539
commit 3db0956b19
4 changed files with 152 additions and 44 deletions

View file

@ -160,6 +160,11 @@ function token_error
line = *4p
compile_error(file, line, message)
function statement_error
argument statement
argument message
token_error(statement, message) ; tokens & statements have the same location format
; accepts EITHER file index OR pointer to filename
function compile_warning
argument file