All checks were successful
Run unit tests / zig build test (push) Successful in 55s
neon
(stands for Not Everything Oughtta've a Name)
a simple programming language (hopefully one day)
features
Warning
this project is still in very early development, so features are limited and subject to change
for now the language uses an s-expression syntax (even though it's not a lisp) to simplify parsing. this syntax WILL change in the future!
- currently none lol
quick start
required tools:
zig build run -- examples/first.ne
Languages
Zig
100%