mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
LibCpp: Add public Parser::tokens() method
This commit is contained in:
parent
4f1c77a059
commit
4a8afd6b4e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ public:
|
|||
String text_of_node(const ASTNode&) const;
|
||||
StringView text_of_token(const Cpp::Token& token) const;
|
||||
void print_tokens() const;
|
||||
Vector<Token> const& tokens() const { return m_tokens; }
|
||||
const Vector<String>& errors() const { return m_errors; }
|
||||
|
||||
struct TodoEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue