This repository has been archived on 2026-03-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
v2/src/parser/parser.c

6 lines
152 B
C
Raw Normal View History

2026-02-22 09:21:51 +11:00
#include "parser.h"
ResultType(SolsParser, charptr) createSolsParser(SolsTokens* input) {
return Error(SolsParser, charptr, "Work in progress");
}