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

Parser: Struct Support #24

Merged
merged 3 commits into from
Dec 30, 2023
Merged

Parser: Struct Support #24

merged 3 commits into from
Dec 30, 2023

Conversation

H1ghBre4k3r
Copy link
Owner

This PR adds support for parsing structs. Furthermore, it introduces the requirement to surround expressions in the conditions of if and while statements with parenthesis.

Closes #6

@H1ghBre4k3r H1ghBre4k3r added the ↗️ enhancement New feature or request label Dec 30, 2023
@H1ghBre4k3r H1ghBre4k3r added this to the Version 0.1.0 milestone Dec 30, 2023
@H1ghBre4k3r H1ghBre4k3r self-assigned this Dec 30, 2023
@H1ghBre4k3r H1ghBre4k3r merged commit d98e2d0 into main Dec 30, 2023
12 checks passed
@H1ghBre4k3r H1ghBre4k3r deleted the parser/struct-support branch December 30, 2023 18:16
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
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Parser: Structs
1 participant