History for Tardis / lang / module.c
2024-04-11
@Jookia
lang: Add ability to create class objects
Jookia committed on 11 Apr
2024-04-09
@Jookia
Bump copyright year
Jookia committed on 9 Apr
@Jookia
lang: Make sure module structures are const
Jookia committed on 9 Apr
@Jookia
lang: Make bytecode aware of module runtimes
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: Use bool for in_stack
Jookia committed on 9 Apr
@Jookia
lang: Split list in to its own file
Jookia committed on 9 Apr
@Jookia
lang: Wrap object lists in an Object
Jookia committed on 9 Apr
2024-01-07
@Jookia
lang: Move args_len to a runtime calculation
Jookia committed on 7 Jan
2024-01-04
@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
2023-11-05
@Jookia
lang: Use an object_list for use_modules
Jookia committed on 5 Nov
2023-11-04
@Jookia
lang: Be explicit about ModuleInfo's constness
Jookia committed on 4 Nov
2023-11-03
@Jookia
lang: Clarify usage of traverse_module_uses
Jookia committed on 3 Nov
@Jookia
lang: Rename module args to use_modules
Jookia committed on 3 Nov
@Jookia
lang: Pass dependencies to modules
Jookia committed on 3 Nov
@Jookia
lang: Switch to for loops for string iteration
Jookia committed on 3 Nov
@Jookia
lang: Create a module and find its dependencies in a new function
Jookia committed on 3 Nov
@Jookia
lang: Fix const uses for ModuleInfo
Jookia committed on 3 Nov
@Jookia
lang: Create modules and dependencies on request
Jookia committed on 3 Nov
2023-11-02
@Jookia
lang: Don't double traverse visited modules
Jookia committed on 2 Nov
@Jookia
lang: Fix another off-by-one error
Jookia committed on 2 Nov
@Jookia
lang: Remove unused include
Jookia committed on 2 Nov
@Jookia
lang: Rename module_stack top to next
Jookia committed on 2 Nov
@Jookia
lang: Fix off-by-one error stack setting
Jookia committed on 2 Nov