mirror of
https://gitlab.com/rnger/amath
synced 2025-10-06 02:49:59 +00:00
Fix method signature
This commit is contained in:
@ -54,11 +54,11 @@ public:
|
||||
/**
|
||||
* @brief Parses the input into a syntax tree.
|
||||
*
|
||||
* @return SyntaxNode* representing an pointer to the top node of the tree.
|
||||
* @return SyntaxNode* representing a pointer to the top node of the tree.
|
||||
* Notice: The caller is responsible for releasing memory.
|
||||
*
|
||||
*/
|
||||
SyntaxNode* Parse();
|
||||
SyntaxNode* Parse(); // Clang ns_returns_retained
|
||||
|
||||
private:
|
||||
Lexer *lexer;
|
||||
|
Reference in New Issue
Block a user