subtraction codegen
This commit is contained in:
parent
81d6850539
commit
3db0956b19
4 changed files with 152 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue