kuroko/test
2021-01-02 19:46:21 +09:00
..
bindNativeMethod.krk switch some type conversions to bound methods 2020-12-29 16:40:42 +09:00
day23.krk bite the bullet and rename length() to __len__() 2020-12-30 15:50:26 +09:00
generateLongListTest.krk actually use OP_CALL_LONG 2021-01-02 12:52:12 +09:00
test.krk bite the bullet and rename length() to __len__() 2020-12-30 15:50:26 +09:00
testElseIf.krk Add 'else if'; don't do Python's elif thing, I don't like that. 2021-01-02 12:13:01 +09:00
testHash.krk lots of fixups so we can create dicts from the vm 2020-12-28 20:38:26 +09:00
testList.krk lots of fixups so we can create dicts from the vm 2020-12-28 20:38:26 +09:00
testListComprehensions.krk Redefine list comprehension and add infix in 2021-01-02 19:46:21 +09:00
testLongList.krk actually use OP_CALL_LONG 2021-01-02 12:52:12 +09:00
testLoopBreaks.krk Add continue/break statements 2020-12-31 16:59:51 +09:00
testPrintBenchmark.krk do something more straightforward and useful for methods on non-objects 2021-01-01 16:02:16 +09:00
testRuntimeException.krk add an exception mechanism 2020-12-29 11:00:12 +09:00
testStrings.krk escape sequences in strings 2020-12-29 16:26:00 +09:00
testTryExcept.krk add an exception mechanism 2020-12-29 11:00:12 +09:00