6 lines
238 B
Markdown
6 lines
238 B
Markdown
|
|
## 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`
|