https://github.com/xcesco/ap-project
Math Expressions Evaluator Server
https://github.com/xcesco/ap-project
Last synced: 5 months ago
JSON representation
Math Expressions Evaluator Server
- Host: GitHub
- URL: https://github.com/xcesco/ap-project
- Owner: xcesco
- License: apache-2.0
- Created: 2020-05-15T23:12:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T20:25:31.000Z (over 4 years ago)
- Last Synced: 2025-02-26T06:26:51.769Z (11 months ago)
- Language: Java
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/xcesco/ap-project)
[](https://sonarcloud.io/dashboard?id=org.abubusoft%3Amee-server)

# MEE - Math Expressions Evaluator Server
_di Francesco Benincasa_
## References
ANTLR
- https://tomassetti.me/antlr-mega-tutorial/
- https://github.com/antlr/grammars-v4
- https://weareadaptive.com/2018/11/21/using-antlr-parse-calculate-expressions-part/
- https://github.com/antlr/grammars-v4/blob/master/calculator/calculator.g4
Spring boot
- https://www.baeldung.com/spring-boot-console-app
- https://www.baeldung.com/executable-jar-with-maven
- https://javadeveloperzone.com/spring-boot/spring-boot-change-jar-name/
ASCII art
- http://patorjk.com/software/taag/#p=display&f=Merlin1&t=MEE%20Server
Command line tool client
- https://picocli.info/
Picocli Spring Boot integration
- https://github.com/remkop/picocli/tree/master/picocli-spring-boot-starter