wip
This commit is contained in:
parent
e16dbb7888
commit
ca49fd402a
23 changed files with 93 additions and 97 deletions
|
@ -230,7 +230,7 @@ pure fn can_begin_expr(t: token) -> bool {
|
|||
}
|
||||
|
||||
/// what's the opposite delimiter?
|
||||
fn flip_delimiter(&t: token::token) -> token::token {
|
||||
fn flip_delimiter(t: token::token) -> token::token {
|
||||
match t {
|
||||
token::LPAREN => token::RPAREN,
|
||||
token::LBRACE => token::RBRACE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue