Tag Archives: Virtual Machine

Tiny Basic for Curiosity

Watching a retro Basic interpreter running on a modern MCU is somewhat poetic to me… Even better if the Basic interpreter is in its turn running on top of a (retro) Virtual Machine as is the case of the TinyBasic … Continue reading

Posted in Languages, PIC16 | Tagged , , , , | Comments Off on Tiny Basic for Curiosity

A (not so) Virtual Machine for Oberon 0

The Oberon 0 compiler  I recently wrote (in Python) after following the online Compiler Construction course [1, 2] included much more than a single pass compiler. In the best tradition of such courses based on the work of N. Wirth, the lexer and parser … Continue reading

Posted in PIC16, Python, Tools | Tagged , , , , | Comments Off on A (not so) Virtual Machine for Oberon 0