Asahela/Bonjour1
Programming language written in Zig
An interpreter for the pseudo-code grammar used at my university.
[!Note] This implementation may not be fully accurate and contains some modifications from the original grammar.
git clone https://github.com/Asahela/Bonjour1.git
cd Bonjour1
zig build
./zig-out/bin/Bonjour1
Lexical analyzer
Parser
AST evaluator
Web browser support
Feel free to explore the source code and contribute to the project.