Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 400 Bytes

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.