kuroko/test
2021-01-03 18:26:55 +09:00
..
bindNativeMethod.krk
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 Move sleep, uname to Pythonic module names 2021-01-03 09:49:19 +09:00
testArgsKwargs.krk Support * and ** in function signatures for collections of additional arguments and keyword args 2021-01-03 16:02:50 +09:00
testArgumentExpansions.krk Add argument expansions... 2021-01-03 18:13:17 +09:00
testBenchmarkKwargs.krk Basic support for keyword arguments when calling functions. 2021-01-03 12:09:41 +09:00
testDecorators.krk Fix some exceptional edge cases 2021-01-03 18:26:55 +09:00
testDefaultArgs.krk Add default argument values. 2021-01-03 12:32:04 +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
testKeywordArgs.krk Basic support for keyword arguments when calling functions. 2021-01-03 12:09:41 +09:00
testList.krk
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
testStringQuoteTypes.krk Ditch character literals and add single, triple strings 2021-01-03 14:09:45 +09:00
testStrings.krk
testTryExcept.krk