Specy / s68k

A simple rust interpreter for m68k which can compile to WASM
https://asm-editor.specy.app/
MIT License
20 stars 1 forks source link

Redo lexer/parser by following the original 68000 syntax #8

Open Specy opened 8 months ago

Specy commented 8 months ago

Related to https://github.com/Specy/asm-editor/issues/15 the interpreter should follow the original grammar, to add this I'd rather remake the parser from scratch so I can have an actual grammar parsing instead of regex. Maybe using parsers which allow for error recovery, so the errors are decent looking even for syntax errors