Skip to content

Commit

Permalink
Update hw-2.langium
Browse files Browse the repository at this point in the history
  • Loading branch information
OszkarSemerath authored Nov 3, 2024
1 parent e0040b4 commit dc22ce4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/language/hw-2.langium
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ entry CPSModel :

'}'
(cpss += CPS)+
;
;


CPS: 'cps' name = ID;
CPS: 'cps' name = ID '{' '}';


terminal DOUBLE returns number: /[0-9]+.[0-9]+/;
Expand Down

0 comments on commit dc22ce4

Please sign in to comment.