Giter Site home page Giter Site logo

pitybas's Introduction

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

pitybas's People

Contributors

lunixbochs avatar dbieber avatar

Stargazers

barton222 avatar Wen Kokke avatar Mike Steele avatar Maverick Chung avatar Paul G avatar  avatar  avatar  avatar Y2G avatar Carlos González avatar  avatar Josh Wong avatar Patrick Feltes avatar Matt avatar Douglas Blank avatar weimingtom avatar Ahmad Alhour avatar Florent avatar himehowareu avatar Ben Porter avatar C S Valliant avatar  avatar Rory O’Kane avatar Annaia Danvers avatar Jonathan avatar Int-0 avatar Stan Soo avatar Ell Bradshaw avatar swein avatar  avatar  avatar  avatar  avatar

Watchers

 avatar Douglas Blank avatar Jim Bauwens avatar Int-0 avatar James Cloos avatar  avatar  avatar  avatar

pitybas's Issues

Graph Screen

There's no way to use the graph screen right now.

circle.bas and some of the tests in #1 require it.

Parsing error with multiple unary minus

Disp -B,-A/B,"" won't apply the second unary minus to -A

In this case, - steals B from the beginning of a tuple, then leave an orphaned - at the start of the tuple.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.