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

Re-organize compiler modules into a compiler directory #101

Merged
merged 3 commits into from
Mar 22, 2024

Conversation

vla5924
Copy link
Member

@vla5924 vla5924 commented Mar 13, 2024

  • All modules were moved to compiler directory
  • Preprocessor, lexer, and parser were separated into frontend subdirectory
  • AST -> LLVMIR generator was renamed to codegen
  • Semantizer and optimizer were moved to backend/ast subdirectory
  • Base error utilities were moved to utils subdirectory
  • Headers and implementation were moved ortogonally
  • All includes, cmake targets, tests were renamed accordingly

@vla5924 vla5924 marked this pull request as ready for review March 21, 2024 16:40
arteboss
arteboss previously approved these changes Mar 21, 2024
Copy link
Collaborator

@arteboss arteboss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PXL_20240319_194845391

Красава

@vla5924 vla5924 changed the title Move compiler modules to a compiler directory Re-organize compiler modules into a compiler directory Mar 21, 2024
@vla5924 vla5924 enabled auto-merge (squash) March 21, 2024 16:48
@vla5924 vla5924 merged commit 03474d8 into main Mar 22, 2024
3 checks passed
@vla5924 vla5924 deleted the mv/move-to-compiler branch March 22, 2024 07:51
@vla5924 vla5924 linked an issue Mar 28, 2024 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tidy up overall project codebase
3 participants