Skip to content

Commit

Permalink
Added missing import;
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Sep 29, 2024
1 parent c5c7c33 commit a57a81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/org/rascalmpl/test/data/ExpressionGrammars.rsc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module ExpressionGrammars

import ParseTree;

lexical Id = [a-z] !<< [a-z]+ !>> [a-z];
lexical Num = [0-9]+;
layout W = [\ \t\n\r]*;
Expand Down

0 comments on commit a57a81e

Please sign in to comment.