NaveenDanj/midnight
Midnight is an experimental programming language written in Zig. The project explores compiler design from scratch — including a custom lexer, Pratt parser, AST, and upcoming semantic analysis and type checking. This repository documents the journey of building a language one compiler error at a time.
Stars
1
Forks
—
Language
Zig
License
—
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/NaveenDanj/midnight"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever