Skip to content

Commit

Permalink
Update scanner.l
Browse files Browse the repository at this point in the history
finish another format error!
  • Loading branch information
roger-lijian committed Dec 15, 2015
1 parent 6e33ea7 commit da547dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/scanner.l
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ year_month {y}{e}{a}{r}_{m}{o}{n}{t}{h}
{show} return show
{subdate} return subDate
{substr} lval.item = string(l.val)
return substring
return substring
{substring} lval.item = string(l.val)
return substring
{substring_index} lval.item = string(l.val)
Expand Down

0 comments on commit da547dc

Please sign in to comment.