Skip to content

Commit

Permalink
Remove leftover comment in lang::textmate::NameGeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Nov 15, 2024
1 parent 3f6cc63 commit a3cd944
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ alias NameGenerator = str(Production);

NameGenerator newNameGenerator(list[Production] prods, short()) {

// Define auxiliary functions to compute names for symbols


// Define auxiliary function to count the number of occurrences of a name
int count(str name) = (0 | it + 1 | p <- prods, toName(p.def) == name);

Expand Down

0 comments on commit a3cd944

Please sign in to comment.