wdl icon indicating copy to clipboard operation
wdl copied to clipboard

Antlr4 python

Open luyang93 opened this issue 2 years ago • 1 comments

CHANGELOG

  1. 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.
  2. 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 =================================

luyang93 avatar Jun 26 '23 03:06 luyang93

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 avatar Nov 18 '23 00:11 jdidion

@jdidion can we close this since this got moved to a different repo?

vsmalladi avatar May 16 '24 16:05 vsmalladi

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.

jdidion avatar May 23 '24 18:05 jdidion