FUCK YEAH, it works, it was the is_valid thing fo slices that was inverted, did the test by brute force and damn, is the expected AST

This commit is contained in:
2026-03-25 10:22:54 -06:00
parent f24671bd19
commit 845673fb0e
4 changed files with 50 additions and 34 deletions

View File

@@ -9,7 +9,6 @@ int main(void) {
tokenize("3 + 4 * 5", &context);
AST tree = parse(&context);
print_AST(tree);
printf("Hola\n");