Mirror of https://codeberg.org/lobo/linen
- Zig 99.9%
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
| shell.nix | ||
Linen
The little language that could.
Linen is a small concatenative programming language.
Building
Linen requires Zig 0.16.0.
$ zig build
Using
$ ./zig-out/bin/linen
Linen beta
> ^D
$ ./zig-out/bin/linen script.linen
...
Reading
This code is pretty messy, this is my first time using Zig in a while, so tread carefully when reading it... I still think it's at least a little interesting!
Acknowledgements
Linen is licensed under the MIT license.
Linen (in the linen_extra module and therefore the executable) uses the
regex.zig library by Quang Dang
licensed under the MIT license.
Lovingly written by a wolf-coyote. No generative AI will ever be used in the process of writing Linen.