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

Fix returning ptr types from functions #31

Closed

Conversation

DerelictDrone
Copy link
Member

@DerelictDrone DerelictDrone commented Dec 5, 2023

Compiler can now handle an arbitrary ptr level for functions, where it previously died on ptr types due to #17 making function generation check its own type, which did not account for ptr types, as they're handled as separate tokens.
image

@DerelictDrone DerelictDrone deleted the fix-ptr-variables branch December 11, 2023 07:01
@DerelictDrone DerelictDrone restored the fix-ptr-variables branch December 11, 2023 07:01
@DerelictDrone DerelictDrone deleted the fix-ptr-variables branch January 1, 2024 10:45
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

Successfully merging this pull request may close these issues.

1 participant