mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +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
|
|
@ -40,7 +40,7 @@ class Employee =
|
|||
& salary : Int
|
||||
| Programmer
|
||||
& skills : Float
|
||||
& current_task : Optional Task
|
||||
& current_task : (Optional Task)
|
||||
& salary : Int)
|
||||
|
||||
|
||||
|
|
@ -56,5 +56,4 @@ class Bag =
|
|||
& weight_g : Int
|
||||
& weight_g : Int
|
||||
| Big)
|
||||
& other_things : Array Something
|
||||
|
||||
& other_things : (Array Something)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue