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

Working function-pointers! #54

Merged
merged 5 commits into from
Oct 27, 2024
Merged

Conversation

jbrandwood
Copy link
Collaborator

No description provided.

…and not their

ROM address so that .proc pointers can work in jump tables and function pointers.
Note that function pointers are internally declared as unsigned ints to avoid
being dereferenced by anything other than a function call.

Change HuCC array handling to allow multi-dimensional array subscripting, but
only for arrays of pointers to a final array of char/int/whatever.
…est type.

Fix HuCC so that the excess dereferencing of a pointer gives a compiler error.
@jbrandwood jbrandwood merged commit ed32900 into pce-devel:master Oct 27, 2024
4 checks passed
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