mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-31 03:08:16 +00:00
build_visitor fixed, going to test it
This commit is contained in:
parent
5bf0c1bf48
commit
c34523bd4f
23 changed files with 45468 additions and 45273 deletions
|
|
@ -6,11 +6,11 @@ namespace Employee {
|
|||
& name = "John"
|
||||
& role =
|
||||
($Manager
|
||||
& name = "John"
|
||||
& "John"
|
||||
& productivity =
|
||||
($Productivity.High
|
||||
($Productivity::High
|
||||
& duration = 10.3
|
||||
& sleep_on_work = ($Productivity.SleepOnWork.No))
|
||||
& sleep_on_work = ($Productivity::SleepOnWork::No))
|
||||
& salary = 123)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue