diff --git a/index.html b/index.html index e18219b..a72005c 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,7 @@
Keep in mind, this is only at the lexer stage currently. It'll read your inputs and that's it.
To clone the repo:
git clone https://git.fddl.dev/tristan/fddl.git
To run the REPL:
@@ -60,7 +61,7 @@cargo run path/to/script.fddl
Your basic hello, world:
+Your basic "hello, world":
func main() {
print(`hello, world in fddl`);
@@ -85,7 +86,7 @@ print(`The square of $number is ${math.square($number)}`);
lexer
tests.parser
module is a placeholder.interpreter
module is a placeholder.stderr
.