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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/xcesco/ap-project.svg?token=uks2dvyxuPvhM6qBGZoB&branch=master)](https://travis-ci.com/xcesco/ap-project)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=org.abubusoft%3Amee-server&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.abubusoft%3Amee-server)

![logo](https://github.com/xcesco/ap-project/blob/master/assets/logo_256.png)

# 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