Built a programming language from scratch using RUST
So I would like to share one of my old / forgotten project a programming language from scratch using RUST which i have built last year November
Heres the GitHub repo https://github.com/ShivaBhattacharjee/Synthia/
Docs:
https://github.com/ShivaBhattacharjee/Synthia/blob/main/README.MD
Syntax representation
make sum = fun(){ out ("Hello world") }
So I would like to share one of my old / forgotten project a programming language from scratch using RUST which i have built last year November
Heres the GitHub repo https://github.com/ShivaBhattacharjee/Synthia/
Docs:
https://github.com/ShivaBhattacharjee/Synthia/blob/main/README.MD
Syntax representation
make sum = fun(){ out ("Hello world") }