Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
66
Star
137
Fork
45
broadinstitute
/
wdl
Code
Issues
27
Pull requests
4
Projects
0
Insights
Pulse
Graphs
Update grammar file to match Cromwell supported WDL version
#95
Merged
geoffjentry
merged 1 commit into
develop
from
updateGrammarFile
Feb 22, 2017
Conversation
1
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
ad08564
update grammar file to match Cromwell supported WDL version
Horneth
Feb 21, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+5
−1
Unified
Split
Show comments
View
6
grammar.hgr
@@ -130,7 +130,11 @@ grammar {
r'>=' -> :gteq
r'>' -> :gt
r'!' -> :not
-
+ enum {
+ python: r'\?'
+ java: "\\?"
+ javascript: "\\?"
+ } -> :qmark
# Literals
enum {
python: r'"([^\\\"\n]|\\[\\"\'nrbtfav\?]|\\[0-7]{1,3}|\\x[0-9a-fA-F]+|\\[uU]([0-9a-fA-F]{4})([0-9a-fA-F]{4})?)*"'
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.