]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Type information moved to ast_expression from ast_value, every ast node should in...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 3 May 2012 10:12:22 +0000 (12:12 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 3 May 2012 10:12:22 +0000 (12:12 +0200)
commitda9a4fef295154759ca41bf7932b52bb26432502
tree71f8238676f319817d883ef7709fd2dc1d241e0f
parentc1a85378d59f14dd572e4173cb7e28a321a7dcbe
Type information moved to ast_expression from ast_value, every ast node should in theory know its type - it is important for dereferencing pointers or entity fields, to figure out the output type. Eg. so that ast_entfield knows what kind of OP_LOAD it needs to use
ast.c
ast.h