it's probably unreadable to others, but this screenshot is me *finally* breaking through the first, highest hurdle of this programming language. i now have text files lexing into tokens, tokens being parsed into bytecode, bytecode being transformed into symbols, and symbols being exported to the symbol library along with name -> hash mappings. the rest of the milestones should come much faster now #theFurnace
This entry was edited (1 year ago)
Devine Lu Linvega
in reply to jakintosh • • •jakintosh
in reply to Devine Lu Linvega • • •jakintosh
in reply to jakintosh • • •it's even harder to show this, but the assembler works all the way through now. I can export symbols to the library, link symbols to names in source code files, and then actually assemble an executable ROM.
now, finally... I can write more complex programs to find all the bugs in my virtual machine 😅
Devine Lu Linvega
in reply to jakintosh • • •jakintosh
in reply to Devine Lu Linvega • • •