Update README.md
Added Compiler-compiler, thanks freefouran
This commit is contained in:
@ -6,6 +6,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
- [Application Server](#application-server)
|
- [Application Server](#application-server)
|
||||||
- [Build Tool](#build-tool)
|
- [Build Tool](#build-tool)
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
|
- [Compiler-compiler](#compiler-compiler)
|
||||||
- [Continuous Integration](#continuous-integration)
|
- [Continuous Integration](#continuous-integration)
|
||||||
- [Database Access](#database-access)
|
- [Database Access](#database-access)
|
||||||
- [Date and Time](#date-and-time)
|
- [Date and Time](#date-and-time)
|
||||||
@ -59,6 +60,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [
|
|||||||
* [SonarQube](http://www.sonarqube.org/) - Inspection tool for code quality
|
* [SonarQube](http://www.sonarqube.org/) - Inspection tool for code quality
|
||||||
* [FindBugs](http://findbugs.sourceforge.net/) - Static analysis to find potential bugs
|
* [FindBugs](http://findbugs.sourceforge.net/) - Static analysis to find potential bugs
|
||||||
|
|
||||||
|
## Compiler-compiler
|
||||||
|
|
||||||
|
*Tools that create parsers, interpreters or compilers*
|
||||||
|
|
||||||
|
* [ANTLR](http://www.antlr.org/)
|
||||||
|
* [JavaCC](https://javacc.java.net/)
|
||||||
|
|
||||||
## Continuous Integration
|
## Continuous Integration
|
||||||
|
|
||||||
*Tools which support continuously building, testing and releasing applications*
|
*Tools which support continuously building, testing and releasing applications*
|
||||||
|
Reference in New Issue
Block a user