mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
all lex tests pass 🎉
This commit is contained in:
parent
1bd999bb9b
commit
1ed076a5d3
4 changed files with 256 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue