major changes

- Added documentation via mdbook
- Created basic VS code extension
- Implemented if else blocks and changed some syntax
- fixed some issues
This commit is contained in:
2025-11-02 19:56:26 +01:00
parent 78959d4f22
commit af0a1632c0
40 changed files with 14014 additions and 177 deletions

1
Cargo.lock generated
View File

@@ -271,6 +271,7 @@ name = "rush"
version = "0.1.0"
dependencies = [
"assert_cmd",
"libc",
"predicates 1.0.8",
"serde",
"serde_json",