Added a very rudimentary fur-to-c compiler
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 3 Aug 2017 19:26:54 +0000 (15:26 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 3 Aug 2017 19:26:54 +0000 (15:26 -0400)
commit4ba4fcfbb2712a22a9f3211182c9ec6cee9dd0f8
tree896f9a03f2fb946f13ab2d92719fab41db1f56b1
Added a very rudimentary fur-to-c compiler
examples/01_hello.fur [new file with mode: 0644]
generation.py [new file with mode: 0644]
main.py [new file with mode: 0644]
parsing.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
templates/program.c [new file with mode: 0644]
tokenization.py [new file with mode: 0644]
transformation.py [new file with mode: 0644]
util.py [new file with mode: 0644]