diff --git a/Makefile b/Makefile index 8e6b94a..39e065a 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - gcc src/basic.c src/file.c src/parse.c src/assemble.c src/main.c -o wl -Wall -Wextra -O0 -g3 \ No newline at end of file + gcc src/basic.c src/file.c src/parse.c src/assemble.c src/eval.c src/main.c -o wl -Wall -Wextra -O0 -g3 \ No newline at end of file diff --git a/main.wl b/main.wl index 6482ea8..6163f6a 100644 --- a/main.wl +++ b/main.wl @@ -1,6 +1,7 @@ -title = "My Website" -posts = [ +let title = "My Website" + +let posts = [ { name: "Post Title 1", date: "1 Jan 2025", @@ -21,7 +22,7 @@ posts = [ fun render_comment(c)
\c.content