an attempt at a cross-platform standard library for hblang
Find a file
2024-12-31 22:37:54 +00:00
src properly deinit allocator (revealing new bug) 2024-12-31 22:37:54 +00:00
.gitignore hello world 2024-12-31 18:23:56 +00:00
build hello world 2024-12-31 18:23:56 +00:00
LICENSE Initial commit 2024-12-31 11:47:31 -06:00
README.md hello world 2024-12-31 18:23:56 +00:00

Lily

an attempt at a cross-platform standard library for hblang.
use ./build help to see available build commands.

Important

all features, targets, etc, are provisional and subject to change

To change build target

Caution

this is currently unsupported the ./build script.

set target in src/lib/lib.hb, choose one of:

  • target_c_native (TARGET=x86_64-unknown-linux-gnu) or similar
  • target_hbvm_ableos (TARGET=unknown-virt-unknown)

Currently "working" features

  • std.vec.Vec
  • std.alloc.{SimpleAllocator, RawAllocator}
  • std.{Type, Kind, exit}