Lumo is a programming laungauge, i made with AI as a test. See dev.md for more info on it. Lumo is a working real compiler, but it is still in an early-stage implementation. In practice, it successfully compiles .lumo programs into native executables using a C-based compiler written in C. The toolchain (lexer → code generator → assembler → linker) is functional and produces runnable programs. However, Lumo is not yet a fully featured programming language. If anyone is interested in expanding it please all pull requests are welcome!
Needs NASM to compile
Lumo had a older version i scrapped (thats why you can see himts about older lumo, (current v2), like "#for v2" in compiler.c