aboutsummaryrefslogtreecommitdiff
path: root/cup/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cup/parser.h')
-rw-r--r--cup/parser.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cup/parser.h b/cup/parser.h
deleted file mode 100644
index 7f7dacb..0000000
--- a/cup/parser.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include "ast.h"
-#include "lexer.h"
-
-Node *parse_program(Lexer *lexer);
-void print_ast(Node *node); \ No newline at end of file