add/fix: Added arena implementation and cmake rework

This commit is contained in:
2026-04-23 12:39:04 -06:00
parent f50546bd07
commit e6420cb1c9
4 changed files with 12 additions and 24 deletions

View File

@@ -4,8 +4,6 @@
#include <stdalign.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
uint8_t node_lbp(ASTNode node) {
if (node.type == NODE_INTEGER) {