mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Implement Tok::Comment
This commit is contained in:
parent
a5b59f3c9d
commit
b6c230f3ca
4 changed files with 23 additions and 9 deletions
|
@ -1414,5 +1414,6 @@ extern {
|
|||
name => lexer::Tok::Name { name: <String> },
|
||||
"\n" => lexer::Tok::Newline,
|
||||
";" => lexer::Tok::Semi,
|
||||
"#" => lexer::Tok::Comment,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue