Skip to content

Commit cd1087f

Browse files
committed
Restored from f731739
1 parent 98a5688 commit cd1087f

File tree

4 files changed

+586
-587
lines changed

4 files changed

+586
-587
lines changed

contrib/adsabs/grammars/ADS.g

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ value
119119
:
120120
REGEX -> ^(QREGEX REGEX)
121121
|range_term_in -> ^(QRANGEIN range_term_in)
122-
// | range_term_ex -> ^(QRANGEEX range_term_ex)
122+
// | range_term_ex -> ^(QRANGEEX range_term_ex)
123123
| identifier -> ^(QIDENTIFIER identifier)
124124
| coordinate -> ^(QCOORDINATE coordinate)
125125
| normal -> ^(QNORMAL normal)
@@ -329,7 +329,6 @@ identifier
329329
| STAR -> $identifier ^(QANYTHING STAR)
330330
)
331331
;
332-
333332

334333
coordinate
335334
:

0 commit comments

Comments
 (0)