Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/processor/comparison/comparisonantlr/Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Update the parser, lexer and token files for changes in comparator.g4 file.
cd <clonedir>/src/processor/comparison/comparisonantlr
Install antlr tools
pip install antlr4-tools
Generate the files
antlr4 -Dlanguage=Python3 comparator.g4
Commit and push the files to thee branch.
git add comparatorLexer.py comparatorListener.py comparatorParser.py
git commit -m "Updated parser and lexer generated files for 4.13.0 version"
git push origin <branchname>


Loading