This website requires JavaScript.
Explore
Help
Sign In
kuroko-lang
/
kuroko
Watch
1
Star
0
Fork
0
You've already forked kuroko
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
kuroko
/
modules
History
K. Lange
540a9aea0d
Fix bug in json float parsing found by WASM IDE's static analyzer
2021-03-10 14:35:14 +09:00
..
foo
Change how module imports work to support a package importing contained modules
2021-02-14 08:13:53 +09:00
syntax
Also more built-in functions
2021-01-23 08:41:53 +09:00
collections.krk
Rename __get__, __set__ to match Python's __getitem__, __setitem__ and make room for future addition of descriptors
2021-03-10 14:24:22 +09:00
dummy.krk
…
help.krk
Eliminate builtins.krk
2021-02-05 17:22:08 +09:00
json.krk
Fix bug in json float parsing found by WASM IDE's static analyzer
2021-03-10 14:35:14 +09:00
maindemo.krk
…
string.krk
…