Skip to content

Commit

Permalink
Filter preprocessing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Aug 26, 2024
1 parent eef5801 commit e208691
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions rust-semantics/targets/preprocessing/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ endmodule
module RUST-RUNNING-CONFIGURATION
imports COMMON-K-CELL
imports RUST-CONFIGURATION
imports RUST-PREPROCESSING-CONFIGURATION
configuration
<rust-mx>
<k/>
<rust/>
<rust>
<preprocessed/>
</rust>
</rust-mx>
endmodule
Expand Down
7 changes: 5 additions & 2 deletions rust-semantics/targets/preprocessing/rust.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
```k
requires "configuration.md"
requires "../../rust-common.md"
requires "../../preprocessing.md"
requires "../../representation.md"
requires "../../expression.md"
requires "../../rust-common-syntax.md"
module RUST-SYNTAX
imports RUST-COMMON-SYNTAX
endmodule
module RUST
imports private RUST-EXPRESSION
imports private RUST-PREPROCESSING
imports private RUST-RUNNING-CONFIGURATION
imports private RUST-COMMON
endmodule
```

0 comments on commit e208691

Please sign in to comment.