Some general reworking, error handling

This commit is contained in:
2024-12-03 00:04:40 +00:00
parent 623b3acc1f
commit 9bbfa7d2cd
4 changed files with 36 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
#include "./lib.h"
typedef struct AST
typedef struct
{
size_t col, row;
enum