packages/library/odin-calculator
o

odin-calculator

v5a5e37elibrary

simple calculator in a terminal

1 stars0 forksUnknownupdated 3 years ago
Open repo

odin-calculator

./odin-calc
>>> 1 + 2 * 2 + -(3 + 2) * 2
  = -5.000000

>>> exit

Why?

for fun 👍

Supported features

  • ascii input
  • operator precedence
  • unary plus and minus (currently it is part of a number, not an operator)
  • predefined constatns (pi, tau, e)
  • nested parentheses (implemented via recursion, so it may stack overflow)

Planed features

  • unicode input
  • nice error message
  • non-interactive mode
  • user defined variables
  • predefined functions
  • user defined functions
  • user defined operators
  • simple line edit capabilities (similar to linenoise)
  • more cool ideas...
Package Info
Version
v5a5e37e
License
Unknown
Author
@doongjohn
Type
library
Forks
0
Created
4 years ago
Updated
3 years ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks