We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef34365 commit 58dd123Copy full SHA for 58dd123
.gitignore
@@ -1,3 +1,4 @@
1
CritLang/bin
2
CritLang/obj
3
-.vs
+.vs
4
+crit.exe
README.md
@@ -3,7 +3,7 @@
## What is Crit?
Crit is a interpreted dynamic programming language made with C# and [ANTLR4](https://www.antlr.org/) made just because I can.
5
This language is still very experimental and is no were to be used for production.
6
-Why the name? Because in League of Legends, no crit = no bitches.
+Why the name? Because in League of Legends, **no crit = no bitches**.
7
The syntax is somewhat similar to Golang's syntax.
8
9
0 commit comments