Merge pull request #374 from kasonyang/patch-2

Add jflex to Compiler-compiler
This commit is contained in:
Andreas Kull
2016-08-05 14:01:20 +02:00
committed by GitHub

View File

@ -170,6 +170,7 @@ A curated list of awesome Java frameworks, libraries and software.
*Frameworks that help to create parsers, interpreters or compilers.* *Frameworks that help to create parsers, interpreters or compilers.*
* [ANTLR](http://www.antlr.org/) - Complex full-featured framework for top-down parsing. * [ANTLR](http://www.antlr.org/) - Complex full-featured framework for top-down parsing.
* [JFlex](http://jflex.de/) - A lexical analyzer generator.
## Configuration ## Configuration