issues
search
LytixDev
/
slash
The Slash Scripting Language
GNU General Public License v3.0
7
stars
0
forks
source link
Feat/list
#6
Closed
LytixDev
closed
1 year ago
LytixDev
commented
1 year ago
add SlashValue: none
add SlashValue: list
refactor SlashValue to be a tagged union. pros: easy to write and no indirect memory management. cons: more memory usage
enhance eval binary
scope Arena is now just an ArenaTmp
rename t_interpolation to t_access
replace interpolation_expr with access_expr that has functionality to access element of a collection
slice operator
TODO:
dot-operator/ methods
enhance performance when modifying array
TODO: