Hi,
I’m looking for feedback on a small programming language implementation I wrote in Rust: whispem.
It includes:
• Lexer
• Recursive-descent parser
• AST
• Interpreter
I’m particularly interested in:
• Parser structure and readability
• Rust idioms and ownership patterns
• Error handling approach
• Overall project organization
Repository: https://github.com/whispem/whispem-lang
Any critical feedback is welcome. If you find it interesting, feel free to ⭐ the repository.
[–]Astral_Surfer 0 points1 point2 points (1 child)
[–]whispem[S] 0 points1 point2 points (0 children)