You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-72Lines changed: 2 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,79 +86,9 @@ For detailed installation with optional features, see the [Getting Started Guide
86
86
87
87
---
88
88
89
-
## ScriptIt — Scripting Language (v0.3.0)
89
+
## ScriptIt — Scripting Language
90
90
91
-
**ScriptIt** is a dynamic scripting language built on top of Pythonic's `var` system. It features a clean, beginner-friendly syntax with powerful data structures, graph algorithms, and a full VS Code extension.
-**`--check` mode** — Parse-only diagnostics for the VS Code extension (no false positives from `input()`)
151
-
-**VS Code extension** — Syntax highlighting for new operators, real-time error diagnostics, notebook support, color customizer
152
-
-**286 tests** passing with zero regressions
153
-
154
-
### VS Code Extension Features
155
-
156
-
- Syntax highlighting with custom colors for all operators including `->`, `<->`, `---`
157
-
- Real-time error diagnostics (parse-only, no false positives)
158
-
- Notebook support (`.nsit` files)
159
-
- Color customizer web app (`scriptit --customize`)
160
-
- File icons for `.sit` and `.nsit` files
161
-
- Snippets and keybindings (Ctrl+Shift+R to run)
91
+
**ScriptIt** is a dynamic scripting language built on top of Pythonic's `var` system, with a full VS Code extension, notebook support, and color customizer. See the [ScriptIt Language Guide](include/pythonic/REPL/README.md) for full documentation.
Copy file name to clipboardExpand all lines: include/pythonic/REPL/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 📜 ScriptIt v2 — Language Guide
1
+
# 📜 ScriptIt v0.3.0 — Language Guide
2
2
3
3
A dynamic scripting language powered by [pythonic](https://github.com/BenCaunt/pythonic)'s `var` type system. Write expressive scripts with strings, lists, sets, math, file I/O, functions, and more — all with a clean dot-terminated syntax.
0 commit comments