nightshade

The nightshade programming language, compiler and tools (WIP)
Log | Files | Refs | README

commit 169a65a41a14b5fd53610d7aac9d11a35f2c6206
parent 51219f17c4b2ef168d2f10b073afb0d506f2b48e
Author: citbl <citbl@citbl.org>
Date:   Thu, 11 Jun 2026 18:07:48 +1000

minor

Diffstat:
Msrc/parser.adb | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/parser.adb b/src/parser.adb @@ -290,6 +290,7 @@ package body Parser is procedure Print_AST (P : Parser) is begin + Put_Line ("print AST:"); for Decl of P.Top_Program loop if Decl.Kind = Function_Kind then Put_Line ("Function:");