complete pest grammar and sample il file

This commit is contained in:
2023-03-12 17:12:50 +01:00
parent 250186d854
commit f68fe99aa6
5 changed files with 263 additions and 11 deletions
+18 -7
View File
@@ -1,11 +1,22 @@
;comment with some words
(function1 arg1 arg2
(a b c)
cstyle( arg3)
1
1.3
1e9
3.5e-4
"string"
nil
t
var1 = "string"
var2 = 1
var3 = nil
var4 = t
token
(list with items)
'(lazy list)
cstyle(list with args)
var = arg1 + arg2 - " A" / 12
obj->op()
(let (a (b 3))
expr1
expr2
)