Language
arutiunianan/Language
A project in which a program written in my Armenian programming language is converted into my assembler
Summary
A custom programming language with Armenian keywords that compiles to a custom assembler and runs on a custom virtual CPU. The project includes a frontend (parser to AST), backend (AST to assembler), assembler (to bytecode), and CPU emulator. It's a complete educational compiler/virtual machine implementation.