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

Typed C representation #182

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Typed C representation #182

wants to merge 5 commits into from

Conversation

yallop
Copy link
Owner

@yallop yallop commented Sep 30, 2014

Annotate the internal C representation with types, so that the OCaml type checker ensures that C code is constructed in a meaningful way. This is an internal-only change which leaves the interface unchanged and should have no effects on generated code.

The following regression needs to be fixed before this can be merged:

  • bindings involving view types (e.g. funptr) should use the associated custom type printer rather than the printer for the underlying type.

@DemiMarie
Copy link
Contributor

Any updates?

@yallop yallop closed this by deleting the head repository Sep 28, 2022
@yallop yallop reopened this Sep 28, 2022
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.

None yet

2 participants