]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
parse_expression now takes a boolean flag on whether or not it should be creating...
authorWolfgang Bumiller <blub@speed.at>
Thu, 3 Jan 2013 11:46:33 +0000 (12:46 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 3 Jan 2013 11:46:33 +0000 (12:46 +0100)
commite146fd121caad020e2f5259ed71dc3146c2dafb1
tree453b66ddc4616384cb58dee891e4ce85631e7131
parent0ab15e9f22a0ac936c57a2be99d32c2d3f7b3a13
parse_expression now takes a boolean flag on whether or not it should be creating ast_labels for undefined identifiers; creating the label later will pick it up and set its undefined flag to false
ast.c
ast.h
parser.c