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

API: added field declaration nodes. Fixed #86. #88

Merged
merged 3 commits into from
Oct 29, 2021
Merged

Conversation

mcmikecreations
Copy link
Collaborator

This pull request refactors the type-related entities and fixes the mess that was the set of field declaration nodes. Now everything is more easily parsed and better oriented towards actual programming languages. Field classes have a common BaseFieldDeclarationNode parent to store the actual declaration. EventFieldDeclarationNode and ordinary FieldDeclarationNode inherit this class.

@mcmikecreations mcmikecreations added enhancement New feature or request input Input library for Crosslight output Output library for Crosslight hacktoberfest-accepted labels Oct 29, 2021
@mcmikecreations mcmikecreations added this to the 0.0.1 alpha milestone Oct 29, 2021
@mcmikecreations mcmikecreations self-assigned this Oct 29, 2021
@mcmikecreations mcmikecreations merged commit eaa26bb into dev Oct 29, 2021
@mcmikecreations mcmikecreations deleted the feature/fields branch October 29, 2021 23:53
@mcmikecreations mcmikecreations linked an issue Oct 30, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted input Input library for Crosslight output Output library for Crosslight
Projects
No open projects
Core
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

API: add proper field declaration nodes
1 participant