We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0666b commit 29d6ea7Copy full SHA for 29d6ea7
1 file changed
README.md
@@ -35,6 +35,12 @@ dune exec ./bin/rustscript_cli.exe
35
36
### Examples:
37
38
+The most impressive examples are:
39
+- The tic-tac-toe AI: <https://github.com/mkhan45/RustScript2/blob/main/examples/tictactoe_minimax.rsc>
40
+- The TOML parser library: <https://github.com/mkhan45/rustscript_toml>
41
+- A simple static site generator/HTML template engine: <https://github.com/mkhan45/ssg_rustscript>
42
+- My personal website generated using the previous two libraries: <https://github.com/mkhan45/rustscript_site>
43
+
44
#### FizzBuzz
45
```ex
46
# ideally, for ... in will become a macro over foreach
0 commit comments