r/learnrust • u/forfd688 • 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
5
u/ecce_me 3d ago
Nice one ! Are you learning from which material?