Added new comparison operators: ifz, ifnz, ifeq, ifne, ifge, ifgt, ifle,
commit557fc2b096dc9680ec23bbbb2db34fdecd2f6b11
authorRobbert Haarman <voodoo@inglorion.net>
Sun, 11 Jan 2009 15:38:38 +0000 (11 16:38 +0100)
committerRobbert Haarman <voodoo@inglorion.net>
Sun, 11 Jan 2009 15:38:38 +0000 (11 16:38 +0100)
tree1d20b82dfeea76eefe6825b72b060be17b44e6ad
parentdc7c78a42ade2bb355717496ffd215354fc89464
Added new comparison operators: ifz, ifnz, ifeq, ifne, ifge, ifgt, ifle,
and iflt.
src/code_generator.rb
src/compiler.rb
test/Makefile
test/fact.voo
test/if.out [new file with mode: 0644]
test/if.voo [new file with mode: 0644]
test/tail-calls.voo
test/test