feat(parser): adapted to new lexer without static var

This commit is contained in:
Matteo Flebus 2026-01-20 19:54:29 +01:00
parent f1955f0532
commit c3ab2585e1
4 changed files with 30 additions and 30 deletions

View file

@ -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.
*