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

Make HL-AST processor for enums #6

Open
voltangle opened this issue Jan 19, 2024 · 2 comments
Open

Make HL-AST processor for enums #6

voltangle opened this issue Jan 19, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@voltangle
Copy link
Contributor

voltangle commented Jan 19, 2024

Main thing I want to do with this is convert for example LV_OBJ_FLAG_SCROLLABLE to lv_obj_flag_t::Scrollable (the name will later be altered by namespace/class generators)

@voltangle voltangle added the enhancement New feature or request label Jan 19, 2024
@voltangle voltangle added this to the 1.0 milestone Jan 19, 2024
@voltangle voltangle changed the title Make HL-AST generator for enums Make HL-AST processor for enums Jan 21, 2024
@AlixANNERAUD
Copy link
Contributor

AlixANNERAUD commented Jan 24, 2024

For enums starting with _ (for example : _lv_opa_t), should I remove the _ for the identifier ?

@voltangle
Copy link
Contributor Author

voltangle commented Jan 24, 2024

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants