mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
Add full-lexer feature (#36)
This commit is contained in:
parent
dd4cc25227
commit
27e3873dc2
7 changed files with 1216 additions and 1188 deletions
|
@ -1743,6 +1743,6 @@ extern {
|
|||
name => token::Tok::Name { name: <String> },
|
||||
"\n" => token::Tok::Newline,
|
||||
";" => token::Tok::Semi,
|
||||
"#" => token::Tok::Comment(_),
|
||||
// "#" => token::Tok::Comment(_),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue