Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alfanick/xxcalc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alfanick committed Dec 7, 2016
2 parents 4e0a115 + ca1316e commit dc5b7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ in an easy to use API. Furthermore a basic unit of computation is a polynomial,
arithmetic operations can be done using `x` symbols.

You can use this library in your own projects as mathematical evaluator or as a standalone,
command line calculator by using `xxcalc` binary. Internally it uses hand-mande tokenizer and
command line calculator by using `xxcalc` binary. Internally it uses hand-made tokenizer and
a Dijskatra's shunting-yard algorithm to convert infix form into Reverse Polish Notation,
which is later evaluated. Please see the [complete documentation](https://alfanick.github.io/xxcalc-rs/xxcalc/index.html)
for the implementation details.
Expand Down Expand Up @@ -127,7 +127,7 @@ The projects is thoroughly unit tested, some examples are directly provided in t
documentation. Use `cargo test` to run the unit tests.

If you have a Rust nighly compiler you can run some built-in bencharks using `cargo bench`.
Some more extensive benchmarks (using large expressions) can be run using `carbo bench -- --ignored`.
Some more extensive benchmarks (using large expressions) can be run using `cargo bench -- --ignored`.

# License

Expand Down

0 comments on commit dc5b7d9

Please sign in to comment.