richpl / PyBasic

Simple interactive BASIC interpreter written in Python
GNU General Public License v3.0
170 stars 46 forks source link

Fixes to allow execution in micropython / circuitpython #24

Closed brickbots closed 3 years ago

brickbots commented 3 years ago

This is a small set of changes to make the codebase compatible with micropython/circuitpython, but still runs properly on cPython.