rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

instanceof issues #6

Closed rzimmerman closed 11 years ago

rzimmerman commented 11 years ago

some issues observed with instanceof, which is currently not well supported. For example:

return x if a instanceof b 
rzimmerman commented 11 years ago

Looks like this was a duplicate of gh-2

rzimmerman commented 11 years ago

Closing since the test is in place and the bug was fixed in gh-2