lexper 0.0.1

A simple CLI calculator with a handwritten lexer and parser in Rust.
Documentation
1
2
3
4
5
6
# lexper
lexper is a small & lightweight calculator written in Rust with custom lexer and parser.  
It also supports constants and function calls(currently sin() and PI as constant).

You can trust me, it rans at +-466us with the following expression: "sin(1.2)^2 + 4.0 * (sin(1000) + sin(2.0)) * 10.5".  
Not so fast as I, probably, would like, but im satisfied with the results for now.