Aglang devlog #1
i’m finally building a language!
Aglang is an esoteric language (like brainf*ck) with 15 possible characters (not including the 0’s and 1’s of binary literals) where you are given two 8-bit registers and a stack: their values can be moved and deleted and arithmetic operations can be done with their respective characters.
i’m currently building an interpreter in Rust, but i hope once im done with that to start creating a compiler to x86-64 assembly.
i’ve attached a scheme made in KDE Drawy (i changed it like 8 times already) describing the language (sorry it’s in italian and my writing sucks), an aglang snippet and the parsed output in the interpreter.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.