feat: Add README

This commit is contained in:
2026-06-05 03:42:00 +05:30
parent 8ecd830934
commit 5d467a82d7
+11 -2
View File
@@ -1,3 +1,12 @@
# nir # Nir
Nir Programming Language A compiled, metaprogrammable systems language with Scheme semantics.
- Native code via QBE backend
- Lisp macros that compile to zero-overhead machine code
- Two-zone memory model: managed GC + explicit arena allocation
- DSLs as first-class language constructs
**Status: Early development**
[Documentation](https://nirlang.org) | [License: Apache 2.0]