- Poland
- https://chatingpython.pl
- Joined on
2026-06-09 -
Member
Block a user
refactor: make reference things increase the referenced thing's reference count
refactor: remove name from function
feat: introduce pointer thing type
refactor: remove name from function
refactor: change type pointer to type handle in thing
feat: add size argument to array type
refactor: rename list type to array
feat: introduce some unary operator instructions
feat: introduce core module to the context
refactor: destruct binary_op_instruction in furlang's IR
feat: add size argument to array type
Instruction pointerof for dynamic arrays should return the thing's data pointer rather than the array's.
feat: introduce context and module loading