Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vilterp committed Dec 15, 2024
1 parent 9bc9a9f commit aad92e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languageWorkbench/languages/treeDL/treeDL.grammar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main :- Rule.
main :- Program.
Program :- repSep(Decl, ws).
Decl :- (Rule | TypeDecl).
TypeDecl :- [typeKW, ws, Ident].
Expand Down

0 comments on commit aad92e9

Please sign in to comment.