Aleksander Krajewski CHatingPython
CHatingPython pushed to master at KPGPMC/furlang 2026-07-07 17:31:00 +00:00
7de645d323 refactor: replace type_p with type_ref in thing
CHatingPython opened issue KPGPMC/furlang#48 2026-07-07 17:07:14 +00:00
refactor: make reference things increase the referenced thing's reference count
CHatingPython closed issue KPGPMC/furlang#47 2026-07-06 20:09:51 +00:00
refactor: remove name from function
CHatingPython pushed to master at KPGPMC/furlang 2026-07-06 20:09:51 +00:00
2519560451 refactor: remove name from function
7c74850aff feat: introduce array and get instruction
Compare 2 commits »
CHatingPython commented on issue KPGPMC/furlang#35 2026-07-06 20:08:44 +00:00
feat: introduce pointer thing type

Nevermind, pointer types will be useful :3

CHatingPython reopened issue KPGPMC/furlang#35 2026-07-06 20:08:44 +00:00
feat: introduce pointer thing type
CHatingPython opened issue KPGPMC/furlang#47 2026-07-05 22:08:05 +00:00
refactor: remove name from function
CHatingPython opened issue KPGPMC/furlang#46 2026-07-05 21:25:13 +00:00
refactor: change type pointer to type handle in thing
CHatingPython closed issue KPGPMC/furlang#43 2026-07-05 21:16:32 +00:00
feat: add size argument to array type
CHatingPython pushed to master at KPGPMC/furlang 2026-07-05 21:16:32 +00:00
81a439b2ad refactor: add size argument to array type
b913fc0c8b refactor: rename list to array
Compare 2 commits »
CHatingPython closed issue KPGPMC/furlang#42 2026-07-05 21:16:31 +00:00
refactor: rename list type to array
CHatingPython closed issue KPGPMC/furlang#34 2026-07-05 20:34:04 +00:00
feat: introduce some unary operator instructions
CHatingPython pushed to master at KPGPMC/furlang 2026-07-05 20:34:04 +00:00
ee9eadeea8 feat: introduce sizeof instruction
CHatingPython commented on issue KPGPMC/furlang#34 2026-07-05 20:33:36 +00:00
feat: introduce some unary operator instructions

I'll introduce alignment later trust

CHatingPython closed issue KPGPMC/furlang#45 2026-07-05 12:55:14 +00:00
feat: introduce core module to the context
CHatingPython closed issue KPGPMC/furlang#17 2026-07-05 12:55:14 +00:00
refactor: destruct binary_op_instruction in furlang's IR
CHatingPython pushed to master at KPGPMC/furlang 2026-07-05 12:55:14 +00:00
642d57622a feat: introduce pointerof operation
9690ac3617 feat: add core module to context
Compare 2 commits »
CHatingPython commented on issue KPGPMC/furlang#43 2026-07-05 11:38:46 +00:00
feat: add size argument to array type

Instruction pointerof for dynamic arrays should return the thing's data pointer rather than the array's.

CHatingPython closed issue KPGPMC/furlang#23 2026-07-04 16:43:21 +00:00
feat: introduce context and module loading
CHatingPython pushed to master at KPGPMC/furlang 2026-07-04 16:43:21 +00:00
f89f643870 feat: implement module loading