Skip to content

Commit e57cf1b

Browse files
committed
Add "Top-level statements"
1 parent 3b4bb59 commit e57cf1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v4
64+
uses: actions/deploy-pages@v5

src/syntax.grammar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ fixedPtrDeclarator { identifier '=' expr }
12111211
// Compilation unit
12121212

12131213
compilationUnit {
1214-
externAliasDirective* usingDirective* /*globalAttrs?*/ namespaceMemberDecl*
1214+
externAliasDirective* usingDirective* /*globalAttrs?*/ block* namespaceMemberDecl*
12151215
}
12161216

12171217

0 commit comments

Comments
 (0)