This project is archived. Its data is
read-only
.
Tags
Tags give the ability to mark specific points in history as being important
0.33.0
protected
84deb3f8
·
get self creates a copy, update var args function to match runtime usage
·
Oct 29, 2024
0.32.0
protected
94140d68
·
expose scope index and constant index in builder
·
Oct 28, 2024
0.31.0
protected
3d117d38
·
move registers to call frame to support recursion, placeholder test lifecycle
·
Oct 23, 2024
0.30.1
protected
583d3c5d
·
fix bug in number + string, store owned registers
·
Oct 22, 2024
0.30.0
protected
ba21d1b5
·
fix bug in enter/exit scopes, require explicit scope to return to
·
Oct 21, 2024
0.29.0
protected
fc6946ee
·
if/else needs both scope outputs
·
Oct 21, 2024
0.28.1
protected
d0a5b0d7
·
expose instance_set to builder
·
Oct 21, 2024
0.28.0
protected
d5011175
·
add instance_set, instance_get requires registers, remove value version
·
Oct 21, 2024
0.27.9
protected
bd626e0d
·
fmt
·
Oct 21, 2024
0.27.8
protected
75e7478c
·
[skip ci] swap register to root value, return removes values
·
Oct 21, 2024
0.27.7
protected
10d7577e
·
[ci skip] dont swap registers if theyre the same value
·
Oct 20, 2024
0.27.6
protected
229e54fc
·
dont clear output register, from &str for value
·
Oct 20, 2024
0.27.5
protected
ab4360b7
·
better binary & unary assign to avoid reference issues
·
Oct 20, 2024
0.27.4
protected
9ed54da7
·
fix mutable self with a swap, might need to update call_frame_self too
·
Oct 19, 2024
0.27.3
protected
a3ce19a7
·
fix get_mutable_variable by swapping the real value with the reference
·
Oct 19, 2024
0.27.2
protected
3bd231a8
·
better debug for VM, include clone as well
·
Oct 19, 2024
0.27.1
protected
c952cb88
·
add call_self instruction
·
Oct 19, 2024
0.27.0
protected
321cd6ae
·
remove dedicated this on callframe, use self variable
·
Oct 18, 2024
0.26.0
protected
f7287167
·
add this/self to callframe & instructions to match
·
Oct 18, 2024
0.25.0
protected
3b2dd5de
·
add get_mutable_variable to builder
·
Oct 18, 2024
1
2
3
4