Phase 8.4: const func syntax — compile-time function declarations

This commit is contained in:
2026-05-31 13:50:25 +03:00
parent 98d1354b7a
commit f6f122b4e4
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -323,6 +323,7 @@ type
of dkFunc:
declFuncAsm*: bool
declFuncCallConv*: CallingConvention
declFuncConst*: bool ## const func — evaluable at compile time
declFuncName*: string
declFuncTypeParams*: seq[string]
declFuncParams*: seq[Param]