dj-on-github / py6502

A Python 6502 Assembler/Disassembler/simulator in which python serves in place of the a macro language.
BSD 2-Clause "Simplified" License
32 stars 5 forks source link

Refactoring! #7

Open dj-on-github opened 4 years ago

dj-on-github commented 4 years ago

The parser is getting out of hand. It's hand coded. It needs a proper lexical analyzer and parser structure to wrestle control of it. Currently I'm playing with some of the python tools for lexing and yaccing.

dj-on-github commented 4 years ago

Python 3 also. Maybe I'll do that. It's long past time.