Skip to content

Commit

Permalink
[s1ck#49] deleted year timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
lc0197 committed Jun 15, 2020
1 parent 90f0763 commit 270430d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/antlr4/org/s1ck/gdl/GDL.g4
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ timePoint
timeLiteral
: Datetime
| Date
| IntegerLiteral
| Now;

timeSelector
Expand Down Expand Up @@ -417,7 +416,7 @@ Datetime
;

Date
: Digit Digit Digit Digit '-' Digit Digit('-' Digit Digit)?
: Digit Digit Digit Digit '-' Digit Digit '-' Digit Digit?
;

Time
Expand Down

0 comments on commit 270430d

Please sign in to comment.