Skip to content

Commit

Permalink
Use a GLR parser because lesson_{7,8,9} grammars aren't LR1
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Apr 17, 2024
1 parent 1a840e4 commit adc0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_k/1_lambda/lesson_1/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MAKEFILE_PATH := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
DEF=lambda
EXT=lambda
KOMPILE_FLAGS=--gen-bison-parser
KOMPILE_FLAGS=--gen-glr-bison-parser

%/arithmetic-div-zero.lambda:
true
Expand Down

0 comments on commit adc0956

Please sign in to comment.