An open API service indexing awesome lists of open source software.

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

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