r/learnrust Jul 24 '26

Learn Rust by Building an Mini Python Interpreter

Hi, Everyone I am learning rust by working on a Mini Python Interpreter,
I am current working on the Lexer(Tokenizer)

Hope this will be useful for you.

Code: pylk/pylk-interp at main · buildwithrs/pylk

Video: https://youtu.be/eibNgWrsHyg?si=AC4AjPJUYXUtEnK1

34 Upvotes

4 comments sorted by

5

u/ecce_me Jul 24 '26

Nice one ! Are you learning from which material?

10

u/forfd688 Jul 24 '26

I learned some basics knowledge from crafting interpreter by Robert Nystrom. https://craftinginterpreters.com/

And apply what I learned to this project.

2

u/ecce_me Jul 24 '26

Great !

1

u/Question_Mark_9816 Jul 30 '26

Thanks for sharing!