Fix lexer bug, enable 5 more tests on rustc.
This commit is contained in:
parent
3ba6736383
commit
ccc21fd4da
2 changed files with 6 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ impure fn next_token(reader rdr) -> token.token {
|
|||
}
|
||||
|
||||
case ('/') {
|
||||
ret binop(rdr, token.STAR);
|
||||
ret binop(rdr, token.SLASH);
|
||||
}
|
||||
|
||||
case ('^') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue