BBC Basic for the CLR

My first programming experiences were with BBC Basic, so it is nice to see that it isn't forgotten.

Writing a BBC BASIC compiler for the CLR


The toolset Robert is using includes:

  • IronPython in which to write the compiler
  • PLY - the Python Lex/Yacc-a-like
  • BeebEm - BBC Micro emulator with BBC BASIC II
  • Arculator - Acorn Archimedes emulator with BBC BASIC V
  • Documentation in the form of BBC Micro and Archimedes user manuals, and various other information and examples on the web

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger