More parser — lint+tests pass again

This commit is contained in:
2024-12-30 01:05:10 +02:00
parent 6006a802e1
commit b8a52d3f39
10 changed files with 299 additions and 59 deletions

4
ast.h
View File

@@ -1,5 +1,5 @@
#ifndef _ZIG1_AST_H__
#define _ZIG1_AST_H__
#ifndef _ZIG0_AST_H__
#define _ZIG0_AST_H__
#include <stdbool.h>
#include <stdint.h>