Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
if then else expressions #100
Conversation
| @@ -49,6 +51,8 @@ grammar { | ||
| javascript: "'([^\\\\\\'\\n]|\\\\[\\\"\\'nrbtfav\\\\?]|\\\\[0-7]{1,3}|\\\\x[0-9a-fA-F]+|\\\\[uU]([0-9a-fA-F]{4})([0-9a-fA-F]{4})?)*'" | ||
| } -> wdl_unescape(:string) | ||
| + r'else' -> :else | ||
| + r'then' -> :then |
cjllanwarne
Mar 26, 2017
Contributor
Actually suspect this wouldn't be necessary... but if it is, then it's probably also required in the output expression section too
|
don't forget to update the spec, at least once the syntax is squared away |
|
And the changelog :)
…
|
|
|
cjllanwarne
merged commit 3cdd802
into
develop
Apr 3, 2017
1 check was pending
code-review/pullapprove
Approval required by 1 of: geoffjentry, jsotobroad, katevoss, kcibul, kshakir, mcovarr, ruchim
Details
cjllanwarne
deleted the
cjl_if_else_expressions branch
Apr 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cjllanwarne commentedMar 26, 2017
•
edited
Allows expressions of the form: