lang: rework ast structure
This commit is contained in:
parent
ace69b0094
commit
b6e304fa78
5 changed files with 209 additions and 164 deletions
|
@ -1 +1,18 @@
|
|||
meow gay | uwu
|
||||
def main = meow
|
||||
| uwu
|
||||
[ foo: @bar
|
||||
, hello: world @| test [ more: params ] | yay
|
||||
]
|
||||
!| awa
|
||||
@| nya
|
||||
| rawr;
|
||||
|
||||
def test = meow
|
||||
[ hello: $foo
|
||||
, world: @bar
|
||||
];
|
||||
|
||||
def blah = [
|
||||
pipe1: meow | uwu,
|
||||
pipe2: lorem | ipsum
|
||||
] | flkjdsafkjl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue