Skip to content

Commit af5a1db

Browse files
authored
Accept TIMESTAMP token (#86)
1 parent b5c60c9 commit af5a1db

6 files changed

Lines changed: 1103 additions & 899 deletions

File tree

lyx/gram.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lyx/gram.y

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,10 +1753,10 @@ SimpleTypename:
17531753
$$ = $1 }
17541754
| Bit {
17551755
$$ = $1 }
1756-
| Character {
1757-
$$ = $1}
1758-
| ConstDatetime {
1759-
$$ = $1}
1756+
| Character
1757+
{ $$ = $1}
1758+
| ConstDatetime
1759+
{ $$ = $1}
17601760
| ConstInterval opt_interval
17611761
{
17621762

0 commit comments

Comments
 (0)