changes for new grammar, fixes

This commit is contained in:
ProgramSnail 2023-06-03 19:01:03 +03:00
parent 91f9affadc
commit 3106a64949
35 changed files with 605 additions and 550 deletions

View file

@ -1,10 +1,10 @@
test All::Dev::Syntax::testing {
test all.dev.syntax.testing {
const a = 31
; do_something: a
; do-something: a
}
exec App::exe {
exec app.exe {
const b = true
const c = false
; do_something_different: b b c
; do-something-different: b b c
}