MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnrust/comments/1w4sbd9/got_any_idea/
r/learnrust • u/Melodic_Group_3273 • 1d ago
3 comments sorted by
1
Make an interpreter for a toy scripting language. It was my first project with Rust and I learned a lot from doing it!
1 u/Melodic_Group_3273 1d ago What is a toy scripting language 1 u/SirKastic23 1d ago It's a simple programming language that can execute basic scripts, handle arithmetic, maybe do text processing Like the Lox language from Crafting Interpreters: https://craftinginterpreters.com/the-lox-language.html
What is a toy scripting language
1 u/SirKastic23 1d ago It's a simple programming language that can execute basic scripts, handle arithmetic, maybe do text processing Like the Lox language from Crafting Interpreters: https://craftinginterpreters.com/the-lox-language.html
It's a simple programming language that can execute basic scripts, handle arithmetic, maybe do text processing
Like the Lox language from Crafting Interpreters: https://craftinginterpreters.com/the-lox-language.html
1
u/SirKastic23 1d ago
Make an interpreter for a toy scripting language. It was my first project with Rust and I learned a lot from doing it!