2023-10-18 |
lang: Pass VmState to abort
Jookia
committed
on 18 Oct 2023
|
---|---|
2023-09-02 |
lang: Add looping test
Jookia
committed
on 2 Sep 2023
|
lang: Add simple If statements
Jookia
committed
on 2 Sep 2023
|
|
2023-08-29 |
lang: Use object_none() instead of NULL
Jookia
committed
on 29 Aug 2023
|
lang: Add None objects to the language
Jookia
committed
on 29 Aug 2023
|
|
lang: Add booleans
Jookia
committed
on 29 Aug 2023
|
|
2023-08-22 | |
2023-08-03 |
lang: Add a 'none' object to replace NULL uses
Jookia
committed
on 3 Aug 2023
|
2023-08-01 |
lang: Fix typo
Jookia
committed
on 1 Aug 2023
|
2023-07-31 |
lang: Check values since we're kind of testing anyway
Jookia
committed
on 31 Jul 2023
|
lang: Always place VmState first in function calls
Jookia
committed
on 31 Jul 2023
|
|
lang: Add opaque types for Object and VmState
Jookia
committed
on 31 Jul 2023
|
|
lang: Handle vm_state creation in vm
Jookia
committed
on 31 Jul 2023
|
|
2023-07-30 |
lang: Create vm state once in main
Jookia
committed
on 30 Jul 2023
|
vm: Add stack pushing and popping
Jookia
committed
on 30 Jul 2023
|
|
lang: Rename vm.stack to vm.stack_next
Jookia
committed
on 30 Jul 2023
|
|
lang: Add stack bases to vm
Jookia
committed
on 30 Jul 2023
|
|
2023-07-27 | |
lang: Wrap stack functions
Jookia
committed
on 27 Jul 2023
|
|
2023-07-26 | |
2023-05-31 |
lang: Fix arg counts to include return value
Jookia
committed
on 31 May 2023
|
2023-05-30 | |
lang: Remove OP_DROP since we clean up when returning anyway
Jookia
committed
on 30 May 2023
|
|
lang: Add OP_DROP to bytecode
Jookia
committed
on 30 May 2023
|
|
lang: Introduce func that just returns 1234
Jookia
committed
on 30 May 2023
|
|