Skip to content

0yoyoyo/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Interpret or compile a calculation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages