From af60c05236704b231c1974ae90214cfe1efad38e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 10 Sep 2020 03:52:16 -0700 Subject: Fixes, getting closer to meta-parsing --- bpeg.bpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpeg.bpeg') diff --git a/bpeg.bpeg b/bpeg.bpeg index 6bd62da..6ab12c9 100644 --- a/bpeg.bpeg +++ b/bpeg.bpeg @@ -1,7 +1,7 @@ # This is a file defining the BPEG grammar using BPEG syntax grammar; -grammar = __ @[main-pattern]extended-pat __ (*def % (__`;__)) ?(__ `;) __; +grammar = __ @[main-pattern]extended-pat __ (*def % (__`;__)) ?(`;__); def = @[name]ref __ `= __ @[definition]extended-pat; # This is used for command line arguments: -- cgit v1.2.3