A pretty featureful commit:
authorDavid Kerkeslager <kerkeslager@gmail.com>
Sat, 5 Aug 2017 19:37:52 +0000 (15:37 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Sat, 5 Aug 2017 20:07:14 +0000 (16:07 -0400)
commitf60d1b48bbf73c51d214c5ae5c22ea3cdee087c1
treea51fb1d9ffdb26a64072de73873d4a01050ba951
parent08c7721c3ab3b3ba8c97b48fad718d2b59d36a0e
A pretty featureful commit:

* New builtin pow()
* Support for multiple arguments to functions
* Support for the results of function calls being passed to functions
examples/07_power.fur [new file with mode: 0644]
examples/07_power.fur.output.txt [new file with mode: 0644]
generation.py
parsing.py
templates/program.c
tokenization.py
transformation.py