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

semantic analysis #5

Open
14 of 16 tasks
spsandwichman opened this issue May 14, 2024 · 0 comments
Open
14 of 16 tasks

semantic analysis #5

spsandwichman opened this issue May 14, 2024 · 0 comments
Assignees

Comments

@spsandwichman
Copy link
Member

spsandwichman commented May 14, 2024

complete the semantic analysis stage in phobos:

  • general unary expressions
  • general binary expressions
  • type expressions
    • simple types
    • pointers
    • structs/unions
    • function pointers
    • enums
  • function literal expressions
  • type declaration statements
  • declaration statements
  • assign statements
  • if statements
  • for loop statement
  • while loop statement
  • import/cross-module interaction
@spsandwichman spsandwichman self-assigned this May 14, 2024
@spsandwichman spsandwichman moved this to Planned in Mars May 14, 2024
@spsandwichman spsandwichman removed their assignment May 14, 2024
@spsandwichman spsandwichman changed the title Semantic Analysis Semantic analysis May 14, 2024
@spsandwichman spsandwichman changed the title Semantic analysis semantic analysis May 14, 2024
@spsandwichman spsandwichman self-assigned this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Planned
Development

No branches or pull requests

1 participant