- Poland
- https://chatingpython.pl
- Joined on
2026-06-09 -
Member
Block a user
feat: introduce core module to the context
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.
feat: introduce pointer thing type
refactor: move thing_allocator to a seperate file
refactor: move thing_allocator to a seperate file
feat: add size argument to array type
refactor: rename list type to array
feat: introduce list thing type
test: add unit tests for furvm things
feat: introduce reference thing type
feat: introduce more integer types