vs-ude / mic-1-toolbox

Web-based MIC-1 emulator and toolbox
https://vs-ude.github.io/mic-1-toolbox/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Refactor macro tokenizer #191

Closed YasinKavuk closed 4 months ago

YasinKavuk commented 5 months ago

-The token type "mnemonic" should be split to opcode and operants and should be tokenized seperatly. -The Tokens should also include the line in the editor for the specific token, so different tokens can be grouped to the line they were in the editor.

Needs to be done as a step for Issue #190.