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

View File

@@ -1,6 +1,6 @@
// parser.h
#ifndef _ZIG1_PARSE_H__
#define _ZIG1_PARSE_H__
#ifndef _ZIG0_PARSE_H__
#define _ZIG0_PARSE_H__
#include "ast.h"
#include "common.h"