From 2a20043edb282dff05c9832b1576bf8894dd6473 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 22 Jul 2024 17:19:33 +0200 Subject: Add a first draft of the parser --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6be102b..61cf493 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ properties *.core a.out *-lexer.c +y.* +*-parser.* \ No newline at end of file -- cgit v1.2.3