/tinybasic

tiny BASIC parser, interpreter & compiler

Primary LanguagePython

tinybasic

A tiny BASIC parser, interpreter and compiler.

##Usage

###REPL

python tinybasic.py

###Interpret file

python tinybasic.py [path]

###Parse file

python tinybasic.py [path] [-p, --parse]

###Compile file to C

python tinybasic.py [path] [-c, --compile]

##Tools Peglet: https://github.com/darius/peglet