mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
parse fn
This commit is contained in:
parent
aa0a9cb0e5
commit
1824c9839f
4 changed files with 127 additions and 41 deletions
7
test.sl
7
test.sl
|
|
@ -1 +1,6 @@
|
|||
(1 + 5 and 5) / 2;
|
||||
fn test() {
|
||||
let uwu = 2;
|
||||
if uwu {
|
||||
print;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue