init parser
This commit is contained in:
10
src/parser.c
Normal file
10
src/parser.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "parser.h"
|
||||
|
||||
int parse(token *tokens, term *terms)
|
||||
{
|
||||
if (tokens)
|
||||
{
|
||||
terms[0].type = 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user