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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Crit (the programming language)
2
2
3
3
## What is Crit?
4
-
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.
4
+
Crit is a interpreted dynamic programming language made with C# and [ANTLR4](https://www.antlr.org/).<br>
5
+
This language is still very experimental and is no were to be used for production.<br>
6
6
Why the name? Because in League of Legends, **no crit = no bitches**.<br>
7
7
8
8
The language is [turing complete](https://en.wikipedia.org/wiki/Turing_completeness) (I think) so theoretically you can solve any computational problem with Crit!<br>
0 commit comments