]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented generalized attribute aliases. You can now alias functions, locals,...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 05:30:09 +0000 (05:30 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 05:30:09 +0000 (05:30 +0000)
commite464cc1ea66ef3ab33226c58ac4ad2ed79fa6eb8
tree4eaa2dc827a6b0e5c514f1f2b7eebc2e43f5dcb8
parent52ffc6db10de5815e4256d9fdc4665b409c34147
Implemented generalized attribute aliases.  You can now alias functions, locals, or globals with [[alias("old_name")]] type new_name;
ast.h
parser.c
tests/aliases.qc [new file with mode: 0644]
tests/aliases.tmpl [new file with mode: 0644]