nightshade

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

commit 3250389fdcabca0de98cdc899ecc30b6d284fb2d
parent 7a1e94acaab8784914da21f4659021f9be1c5b40
Author: citbl <citbl@citbl.org>
Date:   Fri, 12 Jun 2026 20:44:00 +1000

init IR

Diffstat:
Asrc/ir.adb | 5+++++
Asrc/ir.ads | 7+++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/ir.adb b/src/ir.adb @@ -0,0 +1,5 @@ +package body IR is + + + +end IR; diff --git a/src/ir.ads b/src/ir.ads @@ -0,0 +1,7 @@ + +package IR is + + + + +end IR;