lang: basic module syntax grammar

This commit is contained in:
Schrottkatze 2024-06-03 11:22:36 +02:00
parent f6da90a354
commit 946ac879a7
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
7 changed files with 136 additions and 8 deletions

View file

@ -1 +1,8 @@
meow | gay |
def hello_world = meow [ 1 2 ]
def test
mod hello {
def meow = uwu;
}