Julien00859 / expr

A simple engine built to compute logical, bitwise and arithmetic expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expr

A simple engine built to compute logical, bitwise and arithmetic expressions.

usage: expr [-h] [-v] [-c EXPR]

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbose debug mode
  -c EXPR, --expr EXPR  evaluate the expression and exit

About

A simple engine built to compute logical, bitwise and arithmetic expressions.

License:MIT License


Languages

Language:Python 100.0%