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
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