ECE-492-SnakesAndAdders / python-interpreter

C3Python is an entirely custom-made Python interpreter designed to run on proprietary hardware.
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Lexer should be all good to go #5

Closed ijoffe closed 8 months ago

ijoffe commented 9 months ago

I did some refactoring to improve code quality and fixed the previous bugs.

I am not proud of the fix for identifying keywords, but it works perfectly and is faster and won't need to be touched again.

The lexer should be pretty much entirely complete.

donchuru commented 8 months ago

Fantastic work Isaac. I'm guessing you tested everything on the board so I'll merge