From 3eb0e88f911386a4e6eca991c1471070596c5554 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sat, 7 May 2022 20:41:33 +0900 Subject: Change syntax for top-level directives %name changes to: #name example; %left and %right change to: #prec ( #left a b #right c d ); --- driver/lac_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/lac_test.go') diff --git a/driver/lac_test.go b/driver/lac_test.go index c127c0b..54001d5 100644 --- a/driver/lac_test.go +++ b/driver/lac_test.go @@ -10,7 +10,7 @@ import ( func TestParserWithLAC(t *testing.T) { specSrc := ` -%name test +#name test; S : C C -- cgit v1.2.3