all lex tests pass 🎉

This commit is contained in:
nora 2021-10-07 20:22:44 +02:00
parent 1bd999bb9b
commit 1ed076a5d3
4 changed files with 256 additions and 24 deletions

View file

@ -58,6 +58,14 @@ Comments using `#`
# hi!
```
Multiline comments using `##` until `##`
```
##
hi
comment
##
```
There are many native functions, that can easily be customized and added/removed by the host
```