mnbujold / c415-compiler

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

Add these builtins #15

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

read, readln, write, writeln intger, real, character, string io

ord chr trunc round

succ pred

odd

abs sqr sqrt sin exp ln

true false maxint minint

mnbujold commented 11 years ago

I might have a clean and easy way of doing this...

dchui1 commented 11 years ago

I've implemented some create struct functions in C that should help with this

I might have a clean and easy way of doing this...

— Reply to this email directly or view it on GitHubhttps://github.com/mnbujold/c415-compiler/issues/15#issuecomment-10218216.

dchui1 commented 11 years ago

Done for part 2, code generation is not finished