rthornton128 / calc

BSD 2-Clause "Simplified" License
65 stars 12 forks source link

Function Calls #11

Closed rthornton128 closed 10 years ago

rthornton128 commented 10 years ago

Implement function calls

(name arg1 arg2 ...)

Number of arguments needs to match prototype.

Depends: Function Declarations