2023-11-02
@Jookia
lang: Fix off-by-one error stack setting
Jookia committed on 2 Nov
@Jookia
lang: Support multiple traverses
Jookia committed on 2 Nov
@Jookia
lang: Moved visited stack to module_find
Jookia committed on 2 Nov
@Jookia
lang: Switch to depth first search for modules
Jookia committed on 2 Nov
2023-10-27
@Jookia
lang: Add module loading dependency walker
Jookia committed on 27 Oct
@Jookia
lang: Print all done when main is finished
Jookia committed on 27 Oct
@Jookia
lang: Add code to find a module by its name
Jookia committed on 27 Oct
@Jookia
lang: Add a second module as a test
Jookia committed on 27 Oct
@Jookia
lang: Add module IDs as X macros
Jookia committed on 27 Oct
@Jookia
lang: Parse a module ID to the compiler
Jookia committed on 27 Oct
@Jookia
lang: Automatically find modules
Jookia committed on 27 Oct
@Jookia
lang: Error on compile pass failure
Jookia committed on 27 Oct
@Jookia
lang: Read module name and module uses
Jookia committed on 27 Oct
2023-10-20
@Jookia
lang: Add multiply and divide and rational loop test
Jookia committed on 20 Oct
@Jookia
lang: Use mpq functions for rational math
Jookia committed on 20 Oct
@Jookia
lang: Allow creating rationals from an mpq value
Jookia committed on 20 Oct
@Jookia
lang: Free the VM stack trace
Jookia committed on 20 Oct
@Jookia
lang: Change rational_value to rational_integer
Jookia committed on 20 Oct
@Jookia
lang: CAnonicalize rationals
Jookia committed on 20 Oct
@Jookia
lang: Rename number to rational
Jookia committed on 20 Oct
2023-10-18
@Jookia
lang: Add debug logging
Jookia committed on 18 Oct
@Jookia
lang: Add stack traces on abort
Jookia committed on 18 Oct
@Jookia
lang: Fix typo
Jookia committed on 18 Oct
@Jookia
lang: Move abort_msg and abort_if to vm
Jookia committed on 18 Oct
@Jookia
lang: Fix up error function comments
Jookia committed on 18 Oct
@Jookia
lang: Pass VmState to abort
Jookia committed on 18 Oct
@Jookia
lang: Couple object functions to VmState ...
Jookia committed on 18 Oct
@Jookia
lang: Check for malloc failure
Jookia committed on 18 Oct
2023-09-12
@Jookia
lang: Switch to mini-gmp rationals for number representation
Jookia committed on 12 Sep
2023-09-03
@Jookia
lang: vm: Check stack malloc failure
Jookia committed on 3 Sep