Commit 4303e97c authored by Taddeüs Kroes's avatar Taddeüs Kroes

Renamed grammar file.

parent 553b4774
......@@ -9,8 +9,8 @@ parser: yacc lex
lex: lex.l
$(LEX) lex.l
yacc: lex_out.y
$(YACC) -d lex_out.y
yacc: grammar.y
$(YACC) -d grammar.y
all: parser
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment