Skip to content

akkera102/07_tiny_basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOYOSHIKI Tiny Basic for Arduboy - Interpreter

## Description
TOYOSHIKI Tiny Basic is Palo Alto Tiny BASIC(1976) clone.
Interpreter is magic. if you see internal structure, you will become wizard :)


## Installation
Request : Arduino IDE 1.8.x

1. download from github
2. pls edit test.bat(windows) or test.sh(osx) for your computer(must change COM port number)
3. execute test.bat
4. this program need Serial Monitor. i tested Tera Term. it is famous in Japan.
5. after connect, input keyboard.


## Manual(BASIC grammar)
https://en.wikipedia.org/wiki/Tiny_BASIC


## Original
simple source code. thank you!
https://github.com/vintagechips/ttbasic_win


## ToDo
INPUT order.


## Development
compiler        : windows Arduino IDE 1.8.13(avr-gcc) + 1.0.6(make.exe)
image converter : python 2.6 + PIL
etc             : Visual Studio 2015 C#


## License
GPL v2