Skip to content

wolfsoldier47/arithmetic_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arthmetic Calculator

This is a small calculator project which parses the input and using AST(Abstract syntax tree)

Supported Operation:

Operation Name Symbol
Add +
Subtract -
Multiply *
Divide /
PowerOf ^

Building from scratch

make build

if you want to build for release

make release

if you want change code and want to link

make lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published