Initial implementation of constructor handling code
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 27 Mar 2010 00:38:58 +0000 (17:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 27 Mar 2010 00:38:58 +0000 (17:38 -0700)
commit0b7dcc80eb3163b46d40c5175a27a2ea4264fcd3
tree8f63e44cc3a053c0e178afab5ed5ed445cdd2c3c
parent5508129fd8beb1113ad2b64bdddb36c954a7b5ad
Initial implementation of constructor handling code

All of the scalar, vector, and matrix constructors *except* "from
bool" constructors should be handled.  Array and structure
constructors are also not yet handled.
ast_function.cpp