This commit is contained in:
2026-02-15 14:55:02 +11:00
parent af4168f91a
commit 9e35c323d3
7 changed files with 254 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
#include <stdio.h>
int main() {
ResultType(SolsLexer, charptr) lexer = createLexer("puts \"dingus\"\n");
ResultType(SolsLexer, charptr) lexer = createLexer("fds \"");
if (lexer.error) {
printf("Error while creating lexer: %s", lexer.as.error);
}