wdl icon indicating copy to clipboard operation
wdl copied to clipboard

feat: implements true WDL string literal parsing

Open claymcleod opened this issue 9 months ago • 1 comments

This PR introduces true WDL string literal parsing (as opposed to simply punting it and storing it as a native String).

Before submitting this PR, please make sure:

  • [x] You have added a few sentences describing the PR here.
  • [x] You have added yourself or the appropriate individual as the assignee.
  • [x] You have added at least one relevant code reviewer to the PR.
  • [x] Your code builds clean without any errors or warnings.
  • [x] You have added tests (when appropriate).
  • [x] You have updated the README or other documentation to account for these changes (when appropriate).
  • [x] You have added an entry to the relevant CHANGELOG.md (see "keep a changelog" for more information).
  • [x] Your commit messages follow the conventional commit style.
  • [x] Your changes are squashed into a single commit (unless there is a really good, articulated reason as to why there shouldn be more than one).

claymcleod avatar May 10 '24 22:05 claymcleod