Skip to content

Commit

Permalink
add use-path grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso authored Sep 11, 2023
1 parent fb99bcb commit 83586af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions design/mvp/WIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,9 @@ include my-world-2
include-item ::= 'include' use-path
| 'include' use-path 'with' '{' include-names-list '}'
use-path ::= id
| id ':' id '/' id
include-names-list ::= include-names-item
| include-names-list ',' include-names-item
Expand Down

0 comments on commit 83586af

Please sign in to comment.