mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-05 22:38:16 +00:00
changes for new grammar, fixes
This commit is contained in:
parent
91f9affadc
commit
3106a64949
35 changed files with 605 additions and 550 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue