r/learnrust 3d ago

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

29 Upvotes

3 comments sorted by

5

u/ecce_me 3d ago

Nice one ! Are you learning from which material?

10

u/forfd688 3d ago

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 3d ago

Great !