Skip to content

Latest commit

 

History

History

Python-CBasic-Transpiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Python to CasioBasic Transpiler [2013]

Convert Python code into 'Casio Basic' code.

For an fx-9860G AU PLUS graphing calculator. Limited Python is supported. Importing default libraries and using obscure (to me) functions won't work.

Usage:

python[2.7+] transpiler.py [path/to/code.py]

Some of the things it can convert so far:

• Print statements
• Assignment
• Conditionals (if, elif, else)
• For loops
• While loops
• Input
• Comments
• Variables
• Nesting

See it in action:

alt tag