Add Vector Types to Ona Script #34
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "kym-vector-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements parsing and VM support for 2 and 3-component vector types using the respective
@vec2(...)and@vec3(...)builtins.Closes #25.
@ -40,2 +42,4 @@push_const: u16,push_local: u8,push_vector2,push_vector3,These are no longer needed.