Schala - fix bug with comments
This commit is contained in:
parent
6e28ae68a0
commit
34dba9cc4d
@ -57,6 +57,7 @@ pub fn tokenize(input: &str) -> TokenizeResult {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
let cur_tok = match c {
|
let cur_tok = match c {
|
||||||
c if char::is_whitespace(c) && c != '\n' => continue,
|
c if char::is_whitespace(c) && c != '\n' => continue,
|
||||||
|
Loading…
Reference in New Issue
Block a user