Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CWL parameter reference parsing #163

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

CWL parameter reference parsing #163

wants to merge 2 commits into from

Conversation

mr-c
Copy link
Member

@mr-c mr-c commented Sep 8, 2022

Will fix #162

Help requested, I have little experience with ANTLR

Goals: quick CWL parameter reference evaluation without too much custom Python code.

Yes, I know we have a parser already; but if we can write a clean ANTLR + Python version, then that can be ported to the other codegen languages

@lgtm-com
Copy link

lgtm-com bot commented Sep 8, 2022

This pull request introduces 2 alerts when merging 00f5a96 into e315943 - view on LGTM.com

new alerts:

  • 1 for Unused local variable
  • 1 for 'import *' may pollute namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add utilities to help with parsing CWL Parameter References
1 participant