Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanyu/logical-rules-parser-antlr
A simple example of a parser built with ANTLR
https://github.com/ivanyu/logical-rules-parser-antlr
antlr blog-post java parser
Last synced: about 2 months ago
JSON representation
A simple example of a parser built with ANTLR
- Host: GitHub
- URL: https://github.com/ivanyu/logical-rules-parser-antlr
- Owner: ivanyu
- License: mit
- Created: 2014-09-13T18:04:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-13T21:13:17.000Z (over 10 years ago)
- Last Synced: 2024-11-01T07:41:28.775Z (2 months ago)
- Topics: antlr, blog-post, java, parser
- Language: Java
- Homepage: https://ivanyu.me/blog/2014/09/13/creating-a-simple-parser-with-antlr/
- Size: 141 KB
- Stars: 40
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
logical-rules-parser-antlr
==========================A simple example of a parser built with ANTLR.
There is [the blog post](http://ivanyu.me/blog/2014/09/13/creating-a-simple-parser-with-antlr/) describes the parser.