mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Finish builtins #56

Open dchui1 opened 11 years ago

dchui1 commented 11 years ago

Finish code so that we can call builtins Will need to change it up from teh way we are currently doing it now, as we need to be able to determine which builtin to call depending on the parameter (eg absi or absr)?