Skip to content

Commit

Permalink
Merge pull request #652 from nerrve/patch-1
Browse files Browse the repository at this point in the history
Add JavaCC
  • Loading branch information
akullpp authored Feb 3, 2018
2 parents 7aa709a + 06bbf09 commit 9869c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Frameworks that help to create parsers, interpreters or compilers.*

* [ANTLR](http://www.antlr.org/) - Complex full-featured framework for top-down parsing.
* [JavaCC](https://javacc.org) - Parser generator that generates top-down parsers. Allows lexical state switching and permits extended BNF specifications.
* [JFlex](http://jflex.de/) - A lexical analyzer generator.

## Configuration
Expand Down

0 comments on commit 9869c7a

Please sign in to comment.