]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
Store accessors in the ast_value for access from within the ast - generate accessors...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 15:22:09 +0000 (16:22 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 15:22:09 +0000 (16:22 +0100)
commit1ab303c52800bcc0027878c4acb40503780aa1e2
tree77d88642bf3792e2aa1c199251003fd786dc07d4
parent7d9568f806d62ccdb3656cd95178684ac1c44dd6
Store accessors in the ast_value for access from within the ast - generate accessors after generating all the globals to not mess up the order of globals in the output
ast.c
ast.h
parser.c