A language based on lua-like tables with lots of syntactic sugar
Find a file
Joscha c1bea626b1 Optimize size of Key and Value types
Down from 32 or 40 bytes to 16 bytes each, although with an added indirection
for strings.
2021-09-26 14:48:02 +02:00
src Optimize size of Key and Value types 2021-09-26 14:48:02 +02:00
.gitignore Create project 2021-09-26 12:54:50 +02:00
Cargo.lock Create project 2021-09-26 12:54:50 +02:00
Cargo.toml Create project 2021-09-26 12:54:50 +02:00