Skip to content

silversquirl/expr2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expr2

A JIT-compiled RPN calculator. This is just as stupid as last time.

Usage

expr2 [EXPRESSION]

An expression can be provided as the first command line argument, otherwise expressions will be read line-by-line from stdin.

Supported operators are +, -, * and /. Numbers can be in decimal (no prefix), binary (prefix with 0b), octal (prefix with 0o) or hexadecimal (prefix with 0x).

About

Because once wasn't enough

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages