From 411c86afc223efcdc7e5a1587e6ea62d6bc1ecdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=8B=9C=EC=9B=90?= Date: Sun, 16 Aug 2026 21:32:46 +0900 Subject: [PATCH] extend M7 semantic helpers --- fec/src/m7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fec/src/m7.h b/fec/src/m7.h index ad0f968..fe0b078 100644 --- a/fec/src/m7.h +++ b/fec/src/m7.h @@ -27,5 +27,6 @@ FeM7ContextKind fe_m7_error_context(FeTypeCtx *ctx, const FeType *expected, FeM7LazyKind fe_m7_lazy_kind(const FeNode *node); int fe_m7_is_try(const FeNode *node); +int fe_m7_is_null(const FeNode *node); #endif