SkillAgentSearch skills...

Pitybas

a faithful TI-BASIC implementation

Install / Use

/learn @lunixbochs/Pitybas
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pitybas

A working TI-BASIC interpreter, written in Python.

Currently, all .bas files in tests/ run except circle.bas (due to lack of graph screen functions)

Use pb.py -i vt100 to run programs which need a working home screen.

If you run pb.py with no filename, it launches an interactive shell.

Usage: pb.py [options] [filename]

Options:
	-h, --help        show this help message and exit
    -a, --ast         parse, print ast, and quit
	-d, --dump        dump variables in stacktrace
	-s, --stacktrace  always stacktrace
	-v, --verbose     verbose output
	-i IO, --io=IO    select an IO system: simple (default), vt100
View on GitHub
GitHub Stars33
CategoryDevelopment
Updated4y ago
Forks6

Languages

Python

Security Score

75/100

Audited on Feb 2, 2022

No findings