update stuff
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#include "lexer/lexer.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
ResultType(SolsLexer, charptr) lexer = createLexer("puts \"dingus\"");
|
||||
if (lexer.error) {
|
||||
printf("Error while creating lexer: %s", lexer.as.error);
|
||||
}
|
||||
lex(&lexer.as.success);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user