this is weedlang, a language that targets x86 windows
its made of 100% ai slop - used chatgpt codex and gemini cli to write the code
i made it cuz i can, wanted to see if one person could build a real compiler using only free AI tools (and maybe deepseek paid)
it has:
- its own PE linker (no external linker needed)
- macro system
- produces working executables
- self hosting in progress (bootstrap tokenizer already written in WeedLang itself)
still needs NASM for now but working on removing that dependency
heres a screenshot of hello world program that works
check it out:
https://github.com/greg123i/weedlang

Top comments (0)