some binop typing
This commit is contained in:
parent
df8c5700d6
commit
e3547b76b1
4 changed files with 137 additions and 10 deletions
10
05/main.b
10
05/main.b
|
@ -17,6 +17,16 @@ global function_macros_size
|
|||
global object_macros
|
||||
global function_macros
|
||||
|
||||
function fprint_token_location
|
||||
argument fd
|
||||
argument token
|
||||
token += 2
|
||||
fprint_filename(fd, *2token)
|
||||
token += 2
|
||||
fputc(fd, ':)
|
||||
fputn(fd, *4token)
|
||||
return
|
||||
|
||||
; accepts EITHER file index OR pointer to filename
|
||||
function fprint_filename
|
||||
argument fd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue