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 | ^ |
make build
make release
make lint
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 | ^ |
make build
make release
make lint