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

Add generating proper C structures for record types #37

Closed
jbujak opened this issue Nov 24, 2017 · 0 comments
Closed

Add generating proper C structures for record types #37

jbujak opened this issue Nov 24, 2017 · 0 comments
Assignees
Labels

Comments

@jbujak
Copy link
Owner

jbujak commented Nov 24, 2017

Trzeba zmienić definicję funkcji get_func_type_struct w module generator_c, tak żeby zawierała wygenerowana struktura odpowiadała typowi, który ma definiować.

Pola:

  • Zagnieżdżone struktury powinny być trzymane jako wartość a nie wskaźnik
  • Imy (i tymczasowo stringi i boole) powinny być typu ImmT
  • Tablice powinny być reprezentowane przez wskaźnik na typ, który jest w nich trzymany
  • Inty powinny być typu INT
@jbujak jbujak added the task label Nov 24, 2017
@michalborkowski96 michalborkowski96 self-assigned this Nov 24, 2017
@jbujak jbujak closed this as completed Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants