Aleksander Krajewski CHatingPython
CHatingPython closed issue KPGPMC/furlang#30 2026-06-29 18:36:59 +00:00
refactor: structure for thing types
CHatingPython pushed to master at KPGPMC/furlang 2026-06-29 18:36:59 +00:00
6ab9254746 refactor: improve thing types
CHatingPython commented on issue KPGPMC/furlang#36 2026-06-29 18:22:52 +00:00
refactor: remove header from thing data

It already doesn't have a header

CHatingPython closed issue KPGPMC/furlang#36 2026-06-29 18:22:52 +00:00
refactor: remove header from thing data
CHatingPython opened issue KPGPMC/furlang#37 2026-06-29 17:24:50 +00:00
refactor: improve error reporting in furc
CHatingPython opened issue KPGPMC/furlang#36 2026-06-29 14:39:13 +00:00
refactor: remove header from thing data
CHatingPython opened issue KPGPMC/furlang#35 2026-06-29 14:36:47 +00:00
feat: introduce pointer thing type
CHatingPython opened issue KPGPMC/furlang#34 2026-06-29 14:35:37 +00:00
feat: introduce some unary operator instructions
CHatingPython opened issue KPGPMC/furlang#33 2026-06-29 14:23:45 +00:00
feat: introduce list thing type
CHatingPython opened issue KPGPMC/furlang#32 2026-06-29 14:20:31 +00:00
feat: introduce reference thing type
CHatingPython opened issue KPGPMC/furlang#31 2026-06-29 14:17:41 +00:00
feat: introduce more integer types
CHatingPython opened issue KPGPMC/furlang#30 2026-06-29 14:16:10 +00:00
refactor: structure for thing types
CHatingPython opened issue KPGPMC/furlang#29 2026-06-28 19:11:06 +00:00
feat: introduce foreign functions to furc
CHatingPython opened issue KPGPMC/furlang#28 2026-06-28 19:08:59 +00:00
feat: introduce foreign functions to furvm
CHatingPython closed issue KPGPMC/furlang#26 2026-06-28 11:21:26 +00:00
feat: public access specifier for functions
CHatingPython pushed to master at KPGPMC/furlang 2026-06-28 11:21:26 +00:00
8466902281 feat(IR): improve IR functions
7b609f87c9 feat(furc): introduce function call expression and call instruction
0bcbe1d7d1 feat(furc): add access specifiers to functions
Compare 3 commits »
CHatingPython closed issue KPGPMC/furlang#20 2026-06-28 10:49:24 +00:00
refactor: better native function system
CHatingPython closed issue KPGPMC/furlang#25 2026-06-28 10:49:24 +00:00
feat: private functions
CHatingPython pushed to master at KPGPMC/furlang 2026-06-28 10:49:24 +00:00
8702298cd2 refactor(furvm): improve functions
55932f6113 feat(furvm): add iterator functions to handle container
a3db4ef1e1 feat(furvm): add type function to thing
Compare 3 commits »
CHatingPython opened issue KPGPMC/furlang#27 2026-06-27 17:24:48 +00:00
feat: add native function name parameter