(Under development)
The All-in-one tool for Calculator Programs. Designed for Casio fx-50fh ii.
- View preset programs in a modern interface
- View guides for inputting different tokens on calculator
- Transpile calculator program into JavaScript/Python-style pseudocode
- Simulate calculator program results
- Create program snippets and share
- More preset programs, sample data and guidance on usage
The preview is taken with the built version for commit f48554b. The interface may have been updated afterwards.

The interpreter is highly influenced by Crafting Interpreters (Github), which has the code licensed under MIT. See original license
- Basic Arithmetic Operations (Addition, Subtraction, Multiplication, Division)
- EXP
- Negation
- Memory controls (M+, M-)
- Random
- Input
- Inverse/Square/Cube
- to the power of X
- Factorial
- Percent
- Permutation, Combination
- Assignment
- Absolute
- Polar
- Square root, log, ln
- Sin/cos/tan
- Arc sin/cos/tan
- Comparisons (GTE/LTE/GT/LT/EQ/NEQ)
- Arrow (Prog mode)
- If/Then/Else/If end
- For/To/Step/Next/Break
- While/While end
- Goto/Label
- Colon
- Display
- Parentheses
- Rec/Rnd
- Semicolon
- Comma
- Degree
- To polar, To complex
- Argument, Conjugate
- Complex argument
- Execution