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