2024-04-09
@Jookia
lang: Remove useless module includes
Jookia committed on 9 Apr
@Jookia
lang: Tidy up some bytecode names
Jookia committed on 9 Apr
@Jookia
lang: Rename OP_GET_ARG to OP_MOD_USE
Jookia committed on 9 Apr
@Jookia
lang: Make bytecode aware of module runtimes
Jookia committed on 9 Apr
@Jookia
lang: Remove old module object system
Jookia committed on 9 Apr
@Jookia
lang: Use module class for class objects
Jookia committed on 9 Apr
@Jookia
lang: Add module class classes
Jookia committed on 9 Apr
@Jookia
lang: Add module runtime data helper class
Jookia committed on 9 Apr
@Jookia
lang: Split up module creation function
Jookia committed on 9 Apr
@Jookia
lang: Document module creation some more
Jookia committed on 9 Apr
@Jookia
lang: Rename create_modules to create_new_modules
Jookia committed on 9 Apr
@Jookia
lang: Add calls to ModuleClass
Jookia committed on 9 Apr
@Jookia
lang: Point to bytecodes in ModuleClass
Jookia committed on 9 Apr
@Jookia
lang: Add new ModuleClass structure
Jookia committed on 9 Apr
@Jookia
lang: Have IRMetadta reference classes
Jookia committed on 9 Apr
@Jookia
lang: Use ModuleInfo typedef in compiler
Jookia committed on 9 Apr
@Jookia
lang: Use bool for in_stack
Jookia committed on 9 Apr
@Jookia
lang: Add per-class dispatching
Jookia committed on 9 Apr
@Jookia
lang: Split list in to its own file
Jookia committed on 9 Apr
@Jookia
lang: Remove unneeded object_create check
Jookia committed on 9 Apr
@Jookia
lang: Wrap object lists in an Object
Jookia committed on 9 Apr
2024-01-07
@Jookia
lang: Check list size when setting or getting
Jookia committed on 7 Jan
@Jookia
lang: Move args_len to a runtime calculation
Jookia committed on 7 Jan
@Jookia
lang: Remove unused newlines
Jookia committed on 7 Jan
@Jookia
lang: Add notes (comments)
Jookia committed on 7 Jan
2024-01-04
@Jookia
lang: Don't cast types unecessarily
Jookia committed on 4 Jan
@Jookia
lang: Add reference counting to ObjectList
Jookia committed on 4 Jan
@Jookia
lang: Use getters and setters for object_list
Jookia committed on 4 Jan
2024-01-01
@Jookia
lang: Use integers for private data to avoid casting void ...
Jookia committed on 1 Jan
2023-12-18
@Jookia
lang: Fix formatting on class calls
Jookia committed on 18 Dec