https://github.com/ftomassetti/javaincrementalparser
Let's try to build a Java incremental parser
https://github.com/ftomassetti/javaincrementalparser
Last synced: 6 months ago
JSON representation
Let's try to build a Java incremental parser
- Host: GitHub
- URL: https://github.com/ftomassetti/javaincrementalparser
- Owner: ftomassetti
- License: apache-2.0
- Created: 2014-02-04T22:00:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T12:50:59.000Z (over 11 years ago)
- Last Synced: 2024-04-17T15:54:10.569Z (over 1 year ago)
- Language: Java
- Size: 1.63 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaIncrementalParser
=====================Let's try to build a Java incremental parser.
The parser is built using [Papa-Carlo](https://github.com/Eliah-Lakhin/papa-carlo/), an incremental parser lib written in Scala.