GROUP 2: Const Statements (First Milestone)#7
Open
EGmux wants to merge 18 commits into
Open
Conversation
- Introduced `const_statement` to parse local constant declarations in function bodies. - Updated the `statement` function to include `const_statement` in its parsing order. - Enhanced documentation to reflect the new constant declaration feature.
- tests increase in complexity - each test modify "knobs" to control complexity such as the ammount of expressions and the allowed nested level Note: The following C features are NOT covered by these tests: - Pointer types (T*, &, *) - Struct/union types and members - Array types and indexing - Function pointers - Type qualifiers (volatile, restrict) - Storage class specifiers (static, extern, register) - Multiple declarators (int x = 1, y = 2) - Designated initializers - Compound literals - Cast expressions - sizeof expressions - Enum constants - Bitfields - Inline assembly - Preprocessor directives - _Generic, _Alignas, _Static_assert (C11/C23 features)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Group Members
Enzo Gurgel Bissoli - egb2
Shellyda de Fatima Silva Barbosa - sfsb2
Rodrigo Santos Batista - rsb6
Juliana Serafim da Silva - jss4
Anderson Vitor Leoncio de Lima - avll