Initial pass at resolving function calls
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 11 Mar 2010 22:50:30 +0000 (14:50 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 11 Mar 2010 22:57:26 +0000 (14:57 -0800)
commit471471f83471481db0445e73f8c89e6a9149838e
tree29aed0e3d5964c57264ca66ca67a258d53b516fa
parentcdb8d54b6808b13092cb85e44cf02e4e91c3a669
Initial pass at resolving function calls

The code is still really rough and *REALLY* incomplete.  This at least
passes the first few trivially simple test cases.
Makefile.am
ast_to_hir.cpp
ir.h
ir_function.cpp [new file with mode: 0644]