From 174e9b35ce3b6e99e500907f1bb24c6f31f481bf Mon Sep 17 00:00:00 2001 From: kartofen Date: Thu, 17 Jul 2025 01:27:05 +0300 Subject: ok precedence --- util-tables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util-tables.c') diff --git a/util-tables.c b/util-tables.c index cfebf68..aa89359 100644 --- a/util-tables.c +++ b/util-tables.c @@ -133,6 +133,7 @@ static struct production _grammar[] = { PROD(N, -->, N0), PROD(N, -->, N1), }; + struct production *grammar = _grammar; size_t total_productions = sizeof(_grammar)/sizeof(*_grammar); -- cgit v1.2.3