Skip to content

Commit

Permalink
Restored from f731739
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Feb 11, 2020
1 parent 98a5688 commit cd1087f
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 587 deletions.
3 changes: 1 addition & 2 deletions contrib/adsabs/grammars/ADS.g
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ value
:
REGEX -> ^(QREGEX REGEX)
|range_term_in -> ^(QRANGEIN range_term_in)
// | range_term_ex -> ^(QRANGEEX range_term_ex)
// | range_term_ex -> ^(QRANGEEX range_term_ex)
| identifier -> ^(QIDENTIFIER identifier)
| coordinate -> ^(QCOORDINATE coordinate)
| normal -> ^(QNORMAL normal)
Expand Down Expand Up @@ -329,7 +329,6 @@ identifier
| STAR -> $identifier ^(QANYTHING STAR)
)
;


coordinate
:
Expand Down
Loading

0 comments on commit cd1087f

Please sign in to comment.