lang: basic module syntax grammar

This commit is contained in:
Schrottkatze 2024-06-03 11:22:36 +02:00
commit 946ac879a7
No known key found for this signature in database
7 changed files with 136 additions and 8 deletions

View file

@ -30,6 +30,7 @@ pub enum SyntaxKind {
#[token("mod")]
MOD_KW,
MODULE,
MODULE_NAME,
MODULE_BODY,
#[token("use")]
USE_KW,