Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 299 Bytes

File metadata and controls

10 lines (6 loc) · 299 Bytes

RedBasic

A simple basic implementation

This is a implementation of the BASIC programing language in python. It's based on TinyBasic, but not intented to be compatible with it.

for help run python -m redbasic --help

NOTE: the scripts in Samples aren't working for now

TODO: improve readme