Skip to content

Commit fb7d80f

Browse files
Add a wiki link to the README
1 parent cc7bbe4 commit fb7d80f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ else {
2828
```
2929
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!
3030

31+
## Documentation
32+
Check [here](https://github.com/lucascompython/CritLang/wiki/Language-Defenition) for the language definition.
3133
## Tips and Tricks
3234
You can have a else block after a while loop declaration to avoid a if statement.
3335
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 {
4143

4244
## TODOs
4345

46+
- [X] Documentation.
4447
- [ ] Add arrays, python-like dictionaries and some more basic data structures.
4548
- [ ] Add a special block of code to query with [NANQL](https://github.com/lucascompython/NANQL).
4649
- [ ] Add the hability of making functions.
47-
- [ ] Documentation.
4850
- [ ] Add the hability of importing other files.
4951
- [ ] Add interactive mode (with a REPL).
5052
- [ ] Make a proper std lib.

0 commit comments

Comments
 (0)