Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 194 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 194 Bytes

Calculator

Simple calculator with JIT compiling.

Example

$ cargo run --example calculator --release --quiet
> 1 + 1
2
> 1 + 2 * 3
7
> quit

Note

It works only on Linux/x86_64.