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.
solstice commandSolstice'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)
-o or --output: Tells Solstice where to output a compiled file.-t or --type: Tells Solstice the type of file to output.
diff --git a/index.html b/index.html
index 6fd16c1..9a1354d 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
Solstice's compiler is 1833 lines of C++, and compiles code at lightning speed.
+Solstice's compiler is ~3500 lines of C, and compiles code at lightning speed.
-accessNotGranted = true
+
+use io
+
+accessNotGranted = true
while accessNotGranted {
password = input("Password: ")