diff options
| author | Mel <mel@rnrd.eu> | 2025-05-18 19:43:19 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-05-18 19:43:19 +0200 |
| commit | 8c8d65f026121b4d75a31bff8a91c3fbf969fca5 (patch) | |
| tree | 64ba811523b45c02c849c1655e83e54aba968ec5 /boot/catboot.c | |
| parent | 7a7446a6dfdfcf5e02358fdb34c193eb67068b93 (diff) | |
| download | catskill-8c8d65f026121b4d75a31bff8a91c3fbf969fca5.tar.zst catskill-8c8d65f026121b4d75a31bff8a91c3fbf969fca5.zip | |
Define basic syntax tree (mostly expressions), with simple debug printing
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.c')
| -rw-r--r-- | boot/catboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/catboot.c b/boot/catboot.c index e47d4b9..fec47c0 100644 --- a/boot/catboot.c +++ b/boot/catboot.c @@ -22,6 +22,7 @@ #include "common.c" #include "lex.c" +#include "tree.c" const ascii* read_file(const ascii* path) |
