(https://www.brianholman.com/retrocompute/files/coco3on.png)
it runs on regular console and most instructions were implemented (except File I/O,SOUND,GFX)
it includes some instructions/features from Coco-3 as well but they are added as convenience not as a goal :)
HELP can be used to see the progress of implemented keywords
it can read/save text and tokenized .bas files (taken from the Actual computer)
The final goal would turn this into a BASIC compiler (to generate M6809 binary to run on Coco)
since it always lacked a compiler that was compatible with its built-in BASIC interpreter
Windows binaries are included... but i think it can be compiled to linux as is
https://github.com/MyTDT-Mysoft/CocoBasic (https://github.com/MyTDT-Mysoft/CocoBasic)