We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b02601 commit 7c2a6e9Copy full SHA for 7c2a6e9
.gitignore
@@ -8,4 +8,5 @@ CritLang/CritLang.csproj.user
8
CritLang/Content/ola.txt
9
10
.antlr
11
-test.crit
+test.crit
12
+.vscode
README.md
@@ -52,7 +52,9 @@ until num > 10 {
52
```
53
54
## Run It
55
-
+Download the binary [here](https://github.com/lucascompython/CritLang/tags).
56
+OR
57
+Build it
58
```powershell
59
git clone https://github.com/lucascompython/CritLang.git
60
cd CritLang/CritLang
0 commit comments