hawkw / decaf

like Java, but less so
hawkweisman.me/decaf
Other
18 stars 4 forks source link

Implement IO code gen #63

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

Samples:

hawkw commented 9 years ago

4a2df879b65a95d303e0bdfc1bc4e504909a0e21 implements Print() with multiple arguments through the magic of Fake String Concatenation.

hawkw commented 9 years ago

2351976893993b75ea86aea7ac6bff0275257990 implements ReadInteger() and 546051471d49462aa14bd9242faf9c864baa1751 implements ReadLine().