Add Vector Types to Ona Script #34
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#34
Loading…
Reference in New Issue
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.