wdl
wdl copied to clipboard
Antlr4 python
CHANGELOG
- In version 1.0.0, Rename lexer to WdlV1Lexer, Rename parser to WdlV1Parser, Rename WdlComments channel to COMMENTS, so add V1 in related files, fix error.
- Upgrade antlr4-python3-runtime and pytest, specify Specify ANTLR Parser Generator with version 4.13.0.
make test python3 -m pytest tests/WdlParserTests.py ================================ test session starts ================================ platform linux -- Python 3.11.3, pytest-7.4.0, pluggy-0.13.1 rootdir: ~/PycharmProjects/wdl/versions/development/parsers/antlr4/Python collected 13 items
tests/WdlParserTests.py ............. [100%]
================================ 13 passed in 0.90s =================================
make test python3 -m pytest tests/WdlParserTests.py ================================ test session starts ================================ platform linux -- Python 3.11.3, pytest-7.4.0, pluggy-0.13.1 rootdir: ~/PycharmProjects/wdl/versions/1.0/parsers/antlr4/Python collected 13 items
tests/WdlParserTests.py ............. [100%]
================================ 13 passed in 0.82s =================================
Thank you @ luyang93! Would you mind moving this PR over to https://github.com/openwdl/wdl-parsers? This is where the grammars and parsers will be maintained from now on.
@jdidion can we close this since this got moved to a different repo?
The PR never got moved, but I don't see any reason to keep it open. Would be nice if @luyang93 or someone else could move it so the changes don't get lost.