Skip to content

Commit

Permalink
Update Parser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 30, 2024
1 parent e3dd5d0 commit 81a95ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Draco.Compiler/Internal/Syntax/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ private DeclarationSyntax ParseDeclaration(DeclarationContext context)

case TokenKind.KeywordValue:
case TokenKind.KeywordClass:
// TODO: Attributes?
return this.ParseClassDeclaration(visibility);

case TokenKind.KeywordFunc:
Expand Down

0 comments on commit 81a95ab

Please sign in to comment.