mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-19 02:55:50 +00:00
Merge pull request #4266 from charliermarsh/charlie/comments
Implement Tok::Comment
This commit is contained in:
commit
54af02c20c
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