tj / luna

luna programming language - a small, elegant VM implemented in C
2.45k stars 147 forks source link

Unexpected Compilation Output #64

Open peterkos opened 10 years ago

peterkos commented 10 years ago

Any code that I type that doesn't cause an error returns as

    halt

0

Even something as simple as print('hello world') returns that.

screenshot 2014-09-26 18 51 16

aisk commented 10 years ago

The luna is under development(maybe...), and the luna_eval is not implemented, and it's just printed the opcode, and the opcode is not implemented yet, so only halt is printed.