aboutsummaryrefslogtreecommitdiff
path: root/util-tables.c
diff options
context:
space:
mode:
authorkartofen <kartofen.mail.0@protonmail.com>2025-07-17 01:27:05 +0300
committerkartofen <kartofen.mail.0@protonmail.com>2025-07-17 01:27:05 +0300
commit174e9b35ce3b6e99e500907f1bb24c6f31f481bf (patch)
tree01448f5b8201ce92f684737b188599e3f227064b /util-tables.c
parent4544ab55bc432dd567318c727de60307e700243f (diff)
ok precedence
Diffstat (limited to 'util-tables.c')
-rw-r--r--util-tables.c1
1 files changed, 1 insertions, 0 deletions
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);