Update parser
This commit is contained in:
5
src/parser/parser.c
Normal file
5
src/parser/parser.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "parser.h"
|
||||
|
||||
ResultType(SolsParser, charptr) createSolsParser(SolsTokens* input) {
|
||||
return Error(SolsParser, charptr, "Work in progress");
|
||||
}
|
||||
Reference in New Issue
Block a user