fix(parser): functions body placebo so code compiles
This commit is contained in:
parent
b1bcd5e729
commit
417a518d1b
2 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
#include "parser.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
struct ast *get_ast()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct ast *get_ast_str(char *command)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue