Skip to content

Project 7 - First Milestone (Const Statement)#7

Open
EGmux wants to merge 23 commits into
rbonifacio:mainfrom
EGmux:main
Open

Project 7 - First Milestone (Const Statement)#7
EGmux wants to merge 23 commits into
rbonifacio:mainfrom
EGmux:main

Conversation

@EGmux

@EGmux EGmux commented Apr 21, 2026

Copy link
Copy Markdown

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

EGmux and others added 22 commits April 6, 2026 09:51
- 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)
@EGmux EGmux changed the title GROUP 2: Const Statements (First Milestone) Project 7 - Second Milestone (Const Statement) Jun 15, 2026
@EGmux EGmux changed the title Project 7 - Second Milestone (Const Statement) Project 7 - First Milestone (Const Statement) Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants