Start with NURL WIP
Work In Progress
NURL web documentation is maintained separately. For up-to-date information refer to the repository documentation in docs.
Installing
…
Building NURL
The only dependency needed to build NURL is clang / LLVM 15+. Install it with your desired package manager.
1. Build the C runtime
bash
clang -c stdlib/runtime.c -o stdlib/runtime.o # Linux / macOS
clang -c stdlib\runtime.c -o stdlib\runtime.o # Windows…
Nix Flake
…