Dev.to VibeCoding
ยท
Jun 18, 2026 5:13 AM
EzLang - a small systems language I built in a month with AI
Repo: https://github.com/ZYF93/EzLang
I spent the last month building a small programming language called EzLang.
It is an expression-oriented systems language with default value semantics, an Arena-style memory model, LLVM IR generation, a small Flow concurrency experiment, a CLI, formatter, LSP, VS Code extension, and bilingual docs.
This is not production-ready. It is a demo compiler and language-design experiment. I am posting it here because I would like sharper feedback from people who
Read at Dev.to VibeCoding
I spent the last month building a small programming language called EzLang.
It is an expression-oriented systems language with default value semantics, an Arena-style memory model, LLVM IR generation, a small Flow concurrency experiment, a CLI, formatter, LSP, VS Code extension, and bilingual docs.
This is not production-ready. It is a demo compiler and language-design experiment. I am posting it here because I would like sharper feedback from people who