I just wrote a recursive descent parser + AST visualizer using ura-lang
I wanted to stress test explicit memory lifecycle control (operator drop, clean) and token/node layout in my compiled language
repo: https://github.com/mohammedhrima/ura-lang
I just wrote a recursive descent parser + AST visualizer using ura-lang
I wanted to stress test explicit memory lifecycle control (operator drop, clean) and token/node layout in my compiled language
repo: https://github.com/mohammedhrima/ura-lang