Skip to content

0832k12/rxCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Use

Place this piece of code at the top of your file:

use rxcalc::calc;

Then, you can use rcalc like this:

calc("1*(1+1)"); //return 2

You can also use it as a separate project:

$ cargo run -- '1*(1+1)'
2

source code

About

An expression calculator, originally written in Scratch.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages