A featureful commit:
authorDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 9 Aug 2017 18:26:10 +0000 (14:26 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 9 Aug 2017 18:32:19 +0000 (14:32 -0400)
commitd8fdecee02795cb0372627208c4f0a52ae7814f9
treebd410dddb0e5df44da17692586ff2bb874c81a70
parent6e7ba75736ca8b463a263e7d58aa8f6bff62faaf
A featureful commit:

* Added support for a few new kinds of expression statements
* Cleaned up the generated C code a bit
* Pass through calling environments to functions
examples/17_short_circuiting.fur [new file with mode: 0644]
examples/17_short_circuiting.fur.output.txt [new file with mode: 0644]
generation.py
normalization.py
templates/program.c
transformation.py