Differences From Artifact [37b502b2c6]:
- File tool/c-bind-gen.janet — part of check-in [91e02e35d5] at 2025-02-21 22:02:29 on branch trunk — add janet API bootstrapping infra (prim, core), begin building executor (vm.c), design class model, continue working on loading, add script instances, tidy up src organization, build janet to use godot malloc/free (user: lexi, size: 22185) [annotate] [blame] [check-ins using]
To Artifact [2a6ade94f8]:
- File tool/c-bind-gen.janet — part of check-in [c0fd81ac3d] at 2025-02-28 00:10:28 on branch trunk — continue iterating on object model (user: lexi, size: 22212) [annotate] [blame] [check-ins using]
146 146 has is-empty find rfind count 147 147 reverse slice duplicate] 148 148 :ctors {:empty []} 149 149 } 150 150 packed-types) 151 151 {:id array :mode :dc 152 152 :binds [ref set-typed operator-index operator-index-const] 153 - :methods [size is-empty clear] 153 + :methods [size is-empty clear append append-array insert] 154 154 :ctors {:empty []} 155 155 :indexed true} 156 156 {:id dictionary :mode :dc 157 157 :binds [set-typed operator-index operator-index-const] 158 158 :methods [size is-empty clear] 159 159 :ctors {:empty []} 160 160 :indexed true}