https://github.com/teragrep/pth_03
Data Processing Language (DPL) grammar for Teragrep
https://github.com/teragrep/pth_03
antlr antlr4 data-processing-language dpl grammar java-library javascript-library programming-language teragrep
Last synced: about 7 hours ago
JSON representation
Data Processing Language (DPL) grammar for Teragrep
- Host: GitHub
- URL: https://github.com/teragrep/pth_03
- Owner: teragrep
- License: agpl-3.0
- Created: 2023-06-05T08:49:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T08:37:30.000Z (4 days ago)
- Last Synced: 2026-01-24T01:28:08.194Z (4 days ago)
- Topics: antlr, antlr4, data-processing-language, dpl, grammar, java-library, javascript-library, programming-language, teragrep
- Language: ANTLR
- Homepage: https://teragrep.com
- Size: 712 KB
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PTH-03
This is component for parser made with ANTLR+ for DPLanguage
## Developement
Install needed depencies and for editor module for XPath
## TEST
mvn clean package for building the project and tests with it
# Internal Logic
The Lexer takes tokens from incoming commands and parsers allocates them to relevant parsing mode.
The logic how the parser works can be seen from the parser file.