Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V3 Extended] New types #173

Closed
rturrado opened this issue Dec 7, 2023 · 1 comment
Closed

[V3 Extended] New types #173

rturrado opened this issue Dec 7, 2023 · 1 comment
Assignees

Comments

@rturrado
Copy link
Contributor

rturrado commented Dec 7, 2023

Add axis, bool, bool[], int, int[], float, and float[] definitions to the language.
Together with initializations. For example:

int i = 42
int j = i
float[3] angles = { -0.5, -0.25, 0.75 }
@rturrado rturrado self-assigned this Dec 7, 2023
@rturrado rturrado changed the title new_types [v3 Extended] new_types Dec 7, 2023
@rturrado rturrado changed the title [v3 Extended] new_types [v3 Extended] New types Jan 10, 2024
@rturrado rturrado changed the title [v3 Extended] New types [V3 Extended] New types Jan 10, 2024
@rturrado
Copy link
Contributor Author

rturrado commented Mar 8, 2024

This task was accomplished by PR #189.

@rturrado rturrado closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant