Aleksander Krajewski CHatingPython
CHatingPython opened issue KPGPMC/furlang#45 2026-07-04 14:19:44 +00:00
feat: introduce core module to the context
CHatingPython commented on issue KPGPMC/furlang#35 2026-07-04 14:17:46 +00:00
feat: introduce pointer thing type

I've changed my mind and will no longer make a separate type type for a pointer, instead pointers will be in the core module as an alias to long for now.

CHatingPython closed issue KPGPMC/furlang#35 2026-07-04 14:17:46 +00:00
feat: introduce pointer thing type
CHatingPython closed issue KPGPMC/furlang#44 2026-07-04 14:16:13 +00:00
refactor: move thing_allocator to a seperate file
CHatingPython pushed to master at KPGPMC/furlang 2026-07-04 14:16:13 +00:00
100c542fe1 refactor: serialize types in module
cf284592fd fix: fix handle's copy constructors
f5ebc767ab fix: fix module's function serialization
484e16963f refactor: move thing allocator to a separate file
Compare 4 commits »
CHatingPython closed issue KPGPMC/furlang#39 2026-07-03 17:43:55 +00:00
feat: add types to module
CHatingPython pushed to master at KPGPMC/furlang 2026-07-03 17:43:55 +00:00
575054b75a feat: introduce import type
a7ab214ce3 refactor: make context inherit module handle container
e087c11008 feat: add types to module
2164ab0d97 refactor: move type to separate file
11b05b8c18 fix: fix handle class
Compare 5 commits »
CHatingPython opened issue KPGPMC/furlang#44 2026-07-03 16:54:14 +00:00
refactor: move thing_allocator to a seperate file
CHatingPython opened issue KPGPMC/furlang#43 2026-07-03 16:21:24 +00:00
feat: add size argument to array type
CHatingPython opened issue KPGPMC/furlang#42 2026-07-03 16:14:18 +00:00
refactor: rename list type to array
CHatingPython closed issue KPGPMC/furlang#33 2026-07-03 16:11:33 +00:00
feat: introduce list thing type
CHatingPython pushed to master at KPGPMC/furlang 2026-07-03 16:11:33 +00:00
6ec4710eaa feat: introduce reference instruction
09252c3ec3 feat: introduce list type
Compare 2 commits »
CHatingPython opened issue KPGPMC/furlang#41 2026-07-03 14:43:56 +00:00
feat: structure types
CHatingPython opened issue KPGPMC/furlang#40 2026-07-03 12:15:19 +00:00
feat: typechecker
CHatingPython opened issue KPGPMC/furlang#39 2026-07-02 21:06:24 +00:00
feat: add types to module
CHatingPython opened issue KPGPMC/furlang#38 2026-07-02 21:01:51 +00:00
test: add unit tests for furvm things
CHatingPython closed issue KPGPMC/furlang#32 2026-07-01 14:57:44 +00:00
feat: introduce reference thing type
CHatingPython pushed to master at KPGPMC/furlang 2026-07-01 14:57:44 +00:00
3d461048cc feat: introduce reference thing type
482ab859ed refactor: rename thing_type to type
Compare 2 commits »
CHatingPython closed issue KPGPMC/furlang#31 2026-06-30 13:39:38 +00:00
feat: introduce more integer types
CHatingPython pushed to master at KPGPMC/furlang 2026-06-30 13:39:38 +00:00
42f020977e feat: introduce more integer thing types