gdjn  Check-in [91e02e35d5]

Overview
Comment: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
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91e02e35d553b5de0f64342b5a954a532524905a3b3ae460d2e73096ef2d964b
User & Date: lexi on 2025-02-21 22:02:29
Other Links: manifest | tags
Context
2025-02-28
00:10
continue iterating on object model check-in: c0fd81ac3d user: lexi tags: trunk
2025-02-21
22:02
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 check-in: 91e02e35d5 user: lexi tags: trunk
2025-02-10
01:11
add automatic instance bindings with accessors check-in: 351bb17bed user: lexi tags: trunk
Changes

Modified gdjn.ct from [af1bbb3860] to [a79a150ec2].    [diff]

Added lib/core.janet version [a791260fb2].

Added lib/prim.janet version [36c3aeafd8].

Modified makefile from [ab479c70d3] to [3ece26026f].    [diff]

Modified src/gdjn.c from [f8bd0edc4d] to [65eb39af07].    [diff]

Modified src/gdjn.h from [b22d9ec405] to [a8262d25e1].    [diff]

Modified src/janet-lang.gcd from [c1b1ca0dcf] to [101fec1406].    [diff]

Modified src/janet-rsrc.gcd from [ab1704aae3] to [2d0266f6b4].    [diff]

Added src/janetconf.h version [70cb9a69cc].

Added src/type.h version [7c7116050b].

Modified src/util-gd.h from [70ed0e36b0] to [79dbc22466].    [diff]

Added src/util-jn.h version [7073b831fd].

Added src/vm.c version [57a8603486].

Added src/vm.h version [dce8093e3b].

Modified tool/api-compile.janet from [bd52030fd5] to [56067a22ef].    [diff]

Modified tool/c-bind-gen.janet from [eeaa9e3ddf] to [37b502b2c6].    [diff]

Modified tool/class-compile.janet from [a0ecf192d6] to [22543b9ce7].    [diff]

Modified tool/rsrc.janet from [5689af4629] to [c425f8a03e].    [diff]