feat(parser): adapted to new lexer without static var
This commit is contained in:
parent
f1955f0532
commit
c3ab2585e1
4 changed files with 30 additions and 30 deletions
|
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* @warning NOT IMPLEMENTED
|
||||
*/
|
||||
struct ast *get_ast();
|
||||
struct ast *get_ast(void);
|
||||
|
||||
/* @brief Builds the AST representation of the given command string.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue