https://github.com/jonasraoni/math-expression-evaluator
Math expression evaluator written in Pascal using pointers.
https://github.com/jonasraoni/math-expression-evaluator
delphi math-expression-evaluator math-expression-parser pascal polish-notation
Last synced: about 2 months ago
JSON representation
Math expression evaluator written in Pascal using pointers.
- Host: GitHub
- URL: https://github.com/jonasraoni/math-expression-evaluator
- Owner: jonasraoni
- License: mit
- Created: 2017-10-24T22:38:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T22:48:04.000Z (over 8 years ago)
- Last Synced: 2025-07-17T12:15:47.928Z (8 months ago)
- Topics: delphi, math-expression-evaluator, math-expression-parser, pascal, polish-notation
- Language: Pascal
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math expression evaluator
Procedural math expression evaluator written in Pascal using pointers.
## How to use
Just call the evalExpression passing your expression as parameter, the result is an extended type.