From ccacad7605add172e7bcdef127b4132e23da4534 Mon Sep 17 00:00:00 2001 From: araq Date: Tue, 5 May 2026 11:03:29 +0200 Subject: [PATCH] use NIF27 as the format --- doc/ic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ic.md b/doc/ic.md index 9027f8ba63..9fd7b55d2b 100644 --- a/doc/ic.md +++ b/doc/ic.md @@ -33,7 +33,7 @@ The text representation is particularly valuable for debugging and introspection Each ``.nim`` module produces its own ``.nif`` file during compilation. The NIF format contains: -- **Header** - Version information (e.g., `(.nif26)`) +- **Header** - Version information (e.g., `(.nif27)`) - **Dependencies** - List of source files and dependencies - **Interface** - Exported symbols and their indices - **Body** - The intermediate representation of the module's code in Lisp-like syntax