From fdf7f5d2bf1a7314295d8b22b455a040faae21b5 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Sun, 1 Mar 2026 16:11:52 +1100 Subject: [PATCH] Update site --- docs/index.html | 1 + index.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 2401da8..f1b19ec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -38,6 +38,7 @@

Solstice is a high level programming language. It compiles to Ground's bytecode.

The solstice command

Solstice's compiler is invoked via the solstice command. It provides some options:

+

Note: For now, as we transition to the C-based compiler, Solstice does not support extra flags, and can only run and print code (printing with the -p flag)