:: is allowed to start an expression. Close #762.
This commit is contained in:
parent
c141718952
commit
f0e29c92aa
2 changed files with 6 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ pred can_begin_expr(t: token) -> bool {
|
|||
NOT. { true }
|
||||
BINOP(MINUS.) { true }
|
||||
BINOP(STAR.) { true }
|
||||
MOD_SEP. { true }
|
||||
_ { false }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue