Skip to content

alxmrz/calculator-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-parser

Calculator with Math parser

  1. go mod tidy
  2. go test ./internal/...
  3. go build ./cmd/app/main.go
  4. ./main "(5+5)*5"

Supported operations:

  • +
  • -
  • *
  • \
  • ( )

About

Console calculator with math parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages