Skip to content

Commit e034c84

Browse files
committed
Merge branch 'main' of github.com:mkhan45/rustscript2
2 parents 9217c85 + 29d6ea7 commit e034c84

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ dune exec ./bin/rustscript_cli.exe
3535

3636
### Examples:
3737

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+
3844
#### FizzBuzz
3945
```ex
4046
# ideally, for ... in will become a macro over foreach

0 commit comments

Comments
 (0)