hello! this is **Aglang**, my own esoteric language.
an esoteric language (or esolang) is a language made as a _joke_ or to be _hard to use_, like brainf*ck.
my language is made to be really basic: you only have **two 8bit registers**, and a **stack**; there are only 18 valid characters in Aglang, easy to remember, right?
in the cli, i implemented both an interpreter (works everywhere) and a compiler (only x86-64 linux); a guide on installation and usage is in its readme, but if you dont want to install it, you can try Aglang in the web interpreter.
this project is split into two repositories:
- the cli at https://github.com/0xF1dev/aglang (main repo)
- the web interpreter at https://github.com/0xF1dev/aglang-website
the website includes some examples and a link to both repos and the documentation.
the "Try project" button is linked to the web interpreter (if the domain doesnt work, use https://aglang-website.vercel.app/), while the "See source code" takes to the cli's repository.
---------------------
and now, go crazy and write some code!
- 7 devlogs
- 29h