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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ else {
28
28
```
29
29
You can look [here](CritLang/sieve.crit) for more an implemantion of the [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes) in crit!
30
30
31
+
## Documentation
32
+
Check [here](https://github.com/lucascompython/CritLang/wiki/Language-Defenition) for the language definition.
31
33
## Tips and Tricks
32
34
You can have a else block after a while loop declaration to avoid a if statement.
33
35
To have syntax highligting you can set the language to Golang or Rust, I've tested both and they look fine to me.
@@ -41,10 +43,10 @@ until num > 10 {
41
43
42
44
## TODOs
43
45
46
+
-[X] Documentation.
44
47
-[ ] Add arrays, python-like dictionaries and some more basic data structures.
45
48
-[ ] Add a special block of code to query with [NANQL](https://github.com/lucascompython/NANQL).
0 commit comments