nightshade

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

commit c461dc7966bd44c0c326aa5f18818237e9fe0d26
parent 0a4e31bfb6071e413015a08e031f26c4c8fde373
Author: citbl <citbl@citbl.org>
Date:   Mon,  8 Jun 2026 21:51:39 +1000

update readme

Diffstat:
MREADME | 17+++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README b/README @@ -1,13 +1,18 @@ Nightshade ----------- +========== -Nightshade experimental programming language and compiler. +Nightshade experimental programming language and compiler inspired by C, APL and Lua. -Stance: +Early WIP. -Code is hand-written, for better or worse. +AI Stance: -AI is used in `make huh` to help understand some compiler errors. See makefile. + All code is hand-written, for better or worse. + AI is used in `make huh` to help understand some compiler errors. See makefile. -(c) citbl 2026. Apache 2.0 licensed. +Dev and testing on macOS ARM64 using gnatmake (gcc 14.1). + +(c) citbl 2026. + +Apache 2.0 licensed.