lang: finish module/top level syntax

This commit is contained in:
Schrottkatze 2024-06-03 12:05:38 +02:00
commit 0de076ace1
No known key found for this signature in database
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