History for Tardis / lang / bytecode.c
2023-06-04
@Jookia
bytecode: Garbage collect the stack ...
Jookia committed on 4 Jun
2023-05-31
@Jookia
lang: Add arg count to OP_CALL
Jookia committed on 31 May
@Jookia
lang: Pass arg_count to bytecode_run to aid stack allocation
Jookia committed on 31 May
@Jookia
lang: Fix arg counts to include return value
Jookia committed on 31 May
2023-05-30
@Jookia
lang: Add stack get and set operations ...
Jookia committed on 30 May
@Jookia
lang: Pass NULL values to calls first instead of later ...
Jookia committed on 30 May
@Jookia
bytecode: Increment stack to compensate for dispatch return value
Jookia committed on 30 May
@Jookia
lang: Remove OP_DROP since we clean up when returning anyway
Jookia committed on 30 May
@Jookia
lang: Add function calls to bytecode
Jookia committed on 30 May
@Jookia
lang: Change OP_RET to 0x03 ...
Jookia committed on 30 May
@Jookia
lang: Add OP_DROP to bytecode
Jookia committed on 30 May
@Jookia
lang: Implement basic bytecode for returning values
Jookia committed on 30 May