This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d126cbf24ba8b26e3814e2260d555ecaee86508c
kraken
/
tests
/
test_nequals.krak
11 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Port many tests and fix small bugs revealed in Kalypso (passes 24/72) - tests have also revealed more extensive features not yet implemented, and I seem to have messed up a test or two so that the C++ version also fails a couple more (it's at 59/71 now). Will investigate
2016-02-07 16:22:55 -05:00
import simple_print:*;
!= didn't work either - missed it in the builtins at the top of ASTTransformation.cpp
2015-03-16 06:24:59 -04:00
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun main(): int {
!= didn't work either - missed it in the builtins at the top of ASTTransformation.cpp
2015-03-16 06:24:59 -04:00
if (1 != 2)
println("Correct");
}
Reference in New Issue
Copy Permalink