/bin

command line calculator

Primary LanguageTypeScriptOtherNOASSERTION

idea -> command line calculator

the idea is to keep a calculator exactly where u write code.

example

 
 calc -b 101 | 100
 calc -d 10 + 10
 calc -d 1 << 2

TODO

  • [PROGRESS] write a basic calculator
  • [] write a vm