graphitemaster / gmqcc

An Improved Quake C Compiler
Other
160 stars 28 forks source link

AST copying for inlining #35

Open Blub opened 11 years ago

Blub commented 11 years ago

Adapt ast_instantiate to also require a copy-ctor. Required for inlining and ast-macros, since they essentially insert a copy of an ast-tree.

Blub commented 11 years ago

Note: need a way to deal with immediates and variables properly for proper inlining support.