Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ibniz2c now succesfully compiles simple tyx programs
  • Loading branch information
viznut committed Jan 11, 2012
1 parent 283dbf0 commit 8d69bb0
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 137 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Expand Up @@ -49,5 +49,5 @@ runtest: vmtest
vmtest: vm_test.c vm_slow.c
gcc vm_test.c vm_slow.o -o vmtest -lm

ibniz2c: ibniz2c.c compiler.c
gcc ibniz2.c compiler.c -DIBNIZ2C -o ibniz2c $(FLAGS)
ibniz2c: ibniz2c.c compiler.c gen_c.c
gcc -DIBNIZ2C -Os compiler.c ibniz2c.c -o ibniz2c -lm

0 comments on commit 8d69bb0

Please sign in to comment.