Skip to content

A tiny CLI for evaluating maths expressions written in rust.

License

Notifications You must be signed in to change notification settings

AreamanM/expresso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expresso

expresso is split into 2 parts:

  • blend: a commandline maths expression evaluator
  • cocoa: a tiny library for evaluating maths expressions which blend uses.

The parser is implemented using the Pratt parsing algorithm.

Since expresso relies on rust for it's calculations, it is subject to floating point precision errors that rust is subject to.

About

A tiny CLI for evaluating maths expressions written in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages