Skip to content

Commit

Permalink
[inaka/elvis#84] Add elipsis as a token.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Aug 8, 2014
1 parent 35f666f commit 1b06004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aleppo_parser.yrl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Terminals
'++' '--'
'==' '/=' '=<' '<' '>=' '>' '=:=' '=/=' '<='
'<<' '>>'
'!' '=' '::' '..'
'!' '=' '::' '..' '...'
dot.

Rootsymbol File.
Expand Down Expand Up @@ -203,3 +203,4 @@ ExpressionToken -> '!' : '$1'.
ExpressionToken -> '=' : '$1'.
ExpressionToken -> '::' : '$1'.
ExpressionToken -> '..' : '$1'.
ExpressionToken -> '...' : '$1'.

0 comments on commit 1b06004

Please sign in to comment.