docs | ||
hbc-tests | ||
src | ||
.gitattributes | ||
.gitignore | ||
build | ||
LICENSE | ||
main.hb | ||
README.md | ||
TODO.md |
lily
an attempt at a cross-platform standard library for hblang.
Caution
0.1.x currently only supports ableos target, as the new hblang compiler does not support native compilation yet.
Important
all features, targets, modules, etc, are provisional and may be subject to change or deletion
working Features
- heap allocators (Arena)
- system rng
- memory operations (copy, set, move, reverse, equals)
- iterators (bytes)
- logger
- typesystem wrapper
TODO Features
- string formatting/interpolation
- printf
- hashers
- random number generators
- math operations
- collections (Hashmap, Vec)
- better allocators
- result type