Hi Nim community! I built Coluber, a small compiled programming language whose compiler is written entirely in Nim.
It features:
Repo: https://codeberg.org/foliagetree/coluber
Would love feedback on the compiler architecture (src/) and the FFI approach!
Zero-overhead arena memory model
Oh god no........... :P
Cause nothing screams "zero overhead" more than "cannot ever free intermediate results and unbounded memory consumption, enjoy".