ceeyu / tiny_basic

Tiny BASIC compiler and interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny_basic

Tiny BASIC compiler and interpreter.

Requirements

Installation

pip3 install -r requirements.txt

Usage

Run Program

./tiny_basic.py examples/HelloWorld.tb

Compile Program to C

./tiny_basic.py examples/HelloWorld.tb --compile

Start Interactive Console

./tiny_basic.py

About

Tiny BASIC compiler and interpreter

License:MIT License


Languages

Language:Python 100.0%