/PowREPL

Simple REPL calculator with my own syntax sugar

Primary LanguagePythonGNU General Public License v3.0GPL-3.0


PowREPL

The simple REPL for declarative calculations I've been missing

This project is a simple REPL I built with the goal of recreating the experience that is using PowerShell as a calculator (Read-Eval-Print Loop + E/EXP/EEX/Calculator Scientific Notation) and pairing it with some custom operators.

Changelog

Roadmap

  • E/EXP/EEX/Calculator Scientific Notation

  • A %> B = A% of B

  • A %? B = What percent of B is A? | How much of A is part of the whole of B?

  • A % B = A (mod B) | Remainder of A ÷ B

  • Better Result Units

Known Issues

None at the moment