Skip to content

Little shell calculator written as a learning experience in Rust.

Notifications You must be signed in to change notification settings

medek/rust_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Description

Just a little shell calculator/parser written in rust (somewhat badly). Handles operator precedence, and a handful of functions (sin and co). No variables or anything like that.

#FAQ

###Q. What's with all the closures?

I went nuts with them.

###Q. Why the conversion between str and String?

No idea, could probably get away with passing everything as &str just fine.

About

Little shell calculator written as a learning experience in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages