lhartikk / ArnoldC

Arnold Schwarzenegger based programming language
lhartikk.github.io/ArnoldC/
Apache License 2.0
6.73k stars 290 forks source link

Add more tests #104

Open 22222 opened 9 years ago

22222 commented 9 years ago

As part of porting ArnoldC to javascript, I wrote some additional tests to help determine what the correct behaviour is in some cases. These tests are mostly focused around how variable scope works, numeric limits, and other edge cases.