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:
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
Post a Comment