operator prescendence added

This commit is contained in:
ProgramSnail 2023-05-11 23:14:36 +03:00
parent 93ac5f8e33
commit e62144feac
11 changed files with 328 additions and 26 deletions

View file

@ -4,6 +4,7 @@ test All::Dev::Syntax::testing {
}
exec App::exe {
const b = 1117
; do_something_different: b b
const b = true
const c = false
; do_something_different: b b c
}