## Usage - `cat examples/arithmetics/arithmetics.tp2 | tools/conv > /tmp/arithmetics.tp2.json` - `echo '2+3' | build/type2 /tmp/arithmetics.tp2.json` - `echo '(2+3)*5' | build/type2 /tmp/arithmetics.tp2.json | examples/arithmetics/eval`