/ToyBASIC

A BASIC interpreter written in FreeBASIC

Primary LanguageFreeBASICGNU General Public License v3.0GPL-3.0

ToyBASIC a BASIC interpreter

toy.png

ToyBASIC is a small project to learn how an interpeter is written in FreeBASIC !

This work is on progress...

Usage

./ToyBASIC code.toy

where code.toy is text file with the code of BASIC dialect for ToyBASIC.

Available for linux so far... but you can compile it too in Windows, Mac or DOS with FreeBASIC.