Skip to content

Commit

Permalink
Introduce Directive Hierarchy (#76)
Browse files Browse the repository at this point in the history
* Introduce Directive Hierarchy

to classify grammatical declarations that modify the behavior of a C++ translator

* Remove `DeclSort::UsingDirective`

in favor of defined `DirSort::Using`

* Add a field for the result of `DirSort::DeclUse`

* Add `specifiers` and `access` to `DeclSort::Barren`

* Clarify `DirExpr::Using` and `DirSort::DeclUse`

* Embed directives in `StmtSort`

* Update `Phases`

* Introduce directive heap

Update `DirSort::Tuple`
  • Loading branch information
GabrielDosReis committed Jul 30, 2023
1 parent fde10de commit c4ffcdc
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c4ffcdc

Please sign in to comment.