From 9ad31338e3322bcaec127431827f426fd2c5c23f Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 10 Jul 2014 18:39:10 +0200 Subject: [PATCH] Update README.md Added Compiler-compiler, thanks freefouran --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 20a6f63..01705be 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Application Server](#application-server) - [Build Tool](#build-tool) - [Code Analysis](#code-analysis) + - [Compiler-compiler](#compiler-compiler) - [Continuous Integration](#continuous-integration) - [Database Access](#database-access) - [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 * [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 *Tools which support continuously building, testing and releasing applications*