1
Fork 0

Using ... in expressions is now an error

This commit is contained in:
Badel2 2017-11-05 00:46:41 +01:00
parent 4bd6be9dc6
commit 3c41c28f48
3 changed files with 21 additions and 16 deletions

View file

@ -222,8 +222,8 @@ impl Token {
BinOp(Or) | OrOr | // closure
BinOp(And) | // reference
AndAnd | // double reference
// DotDotDot is no longer supported, but we need some way to display the error
DotDot | DotDotDot | DotDotEq | // range notation
// SNAP remove DotDotDot
Lt | BinOp(Shl) | // associated path
ModSep | // global path
Pound => true, // expression attributes