]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Preparing to parse arrays: adding TYPE_ARRAY and union/struct TYPE_ constants to...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 10 Nov 2012 18:35:52 +0000 (19:35 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 09:13:01 +0000 (10:13 +0100)
commit1869440fd93fdbdc0abf7da0876e591b0a7b11a6
treef099b6a96bd133ed26176d824692253d2c6db18a
parentc87b056fdccb6de725cac3342f63ed601f4fa505
Preparing to parse arrays: adding TYPE_ARRAY and union/struct TYPE_ constants to be consistent with fteqcc, filled type-arrays with their data, attempting to parse an array variable and added some error messages to the IR in case of unhandled types
ast.h
gmqcc.h
ir.c
parser.c