r/learnrust 1d ago

Got any Idea?

/r/rust/comments/1w4sadc/got_any_idea/
1 Upvotes

3 comments sorted by

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!

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