YaroslavGaponov / node-jvm

java virtual machine in pure node.js
2.11k stars 176 forks source link

Basic operators tests #19

Closed parroit closed 10 years ago

parroit commented 10 years ago

Test with ints succeed. Tests with long fails (they are commented) because long and double arguments are actually pushed in one locals array position, instead they have to be split between two position