lang: basic module syntax grammar

This commit is contained in:
Schrottkatze 2024-06-03 11:22:36 +02:00
commit 946ac879a7
No known key found for this signature in database
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;
}