pre/post increment/decrement

This commit is contained in:
pommicket 2022-02-13 11:59:18 -05:00
parent 6814de1974
commit f6ee9bfa66
3 changed files with 248 additions and 1 deletions

View file

@ -39,6 +39,14 @@ function type_is_function
if *1p == TYPE_FUNCTION goto return_1
return 0
function type_is_floating
argument type
local p
p = types + type
if *1p == TYPE_FLOAT goto return_1
if *1p == TYPE_DOUBLE goto return_1
return 0
function functype_return_type
argument ftype
local type