lang: finish module/top level syntax

This commit is contained in:
Schrottkatze 2024-06-03 12:05:38 +02:00
parent 946ac879a7
commit 0de076ace1
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 86 additions and 3 deletions

View file

@ -1,4 +1,6 @@
def hello_world = meow [ 1 2 ]
use hello::meow;
def hello_world = meow [ 1 2 ];
def test