a few bugfixes and a new TODO

This commit is contained in:
2024-12-30 22:36:35 +02:00
parent 2ae1ac885b
commit d551ba3d12
2 changed files with 74 additions and 61 deletions

View File

@@ -7,13 +7,6 @@
#include <stdbool.h>
#include <stdint.h>
typedef struct {
uint32_t len;
AstNodeIndex lhs;
AstNodeIndex rhs;
bool trailing;
} Members;
typedef struct {
const char* source;
uint32_t source_len;