Add top-level declarations

This commit is contained in:
Bruno BELANYI 2022-06-01 20:37:24 +02:00
parent 1449aa939f
commit 3cf701dbb1
5 changed files with 1489 additions and 1418 deletions

View file

@ -28,6 +28,7 @@ module.exports = grammar({
rules: {
source_file: ($) => choice(
$._expr,
optional($._declaration_chunks),
),
// Expressions {{{