mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-11 22:37:54 +00:00
ACC is an ACS script compiler for use with ZDoom and Hexen.
- problem: function index for recursive calls does not get updated in cases when the definition of the function comes before its use - solution: treat the function as predefined until we process the whole of its body so that a ref gets added if a recusive call is encountered |
||
---|---|---|
.gitignore | ||
acc.c | ||
acc.dsp | ||
acc.dsw | ||
common.h | ||
error.c | ||
error.h | ||
Makefile | ||
misc.c | ||
misc.h | ||
parse.c | ||
parse.h | ||
pcode.c | ||
pcode.h | ||
strlist.c | ||
strlist.h | ||
symbol.c | ||
symbol.h | ||
token.c | ||
token.h | ||
zcommon.acs | ||
zdefs.acs | ||
zspecial.acs | ||
zwvars.acs |