https://github.com/gabrielmodog/go-evaluate-expressions
🧮 Evaluate arithmetic expressions
https://github.com/gabrielmodog/go-evaluate-expressions
Last synced: 9 months ago
JSON representation
🧮 Evaluate arithmetic expressions
- Host: GitHub
- URL: https://github.com/gabrielmodog/go-evaluate-expressions
- Owner: GabrielModog
- License: mit
- Created: 2024-04-12T08:29:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:25:29.000Z (about 2 years ago)
- Last Synced: 2025-07-20T06:45:19.097Z (11 months ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calc Expression Evaluate
## Getting Started
#### Build
```bash
go build ./...
```
## Goals
> Parse essentials math expressions and solve it.
## References
- https://simple.wikipedia.org/wiki/Postfix_notation
- https://en.wikipedia.org/wiki/Reverse_Polish_notation
- https://en.wikipedia.org/wiki/Infix_notation
- https://en.wikipedia.org/wiki/Shunting_yard_algorithm
- https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
## License
[MIT](https://github.com/GabrielModog/go-calc-evaluate/blob/main/LICENSE)
Made with 🩵 by GabrielModog