Skip to content

vhgn/tver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friendly simple calculator

Tver can be used both as a single header library and as a binary executable.

Usage

You can write expressions with

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)

Executable

Run make to create the executable. Executable welcomes you with a prompt, where you can write expressions and hit enter too see the result.

Library

Use tver::Parser class to create a parser. Initialize its text and call parse() to get the result as float.

About

Friendly simple calculator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published