We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lang::textmate::NameGeneration
1 parent 3f6cc63 commit a3cd944Copy full SHA for a3cd944
rascal-textmate-core/src/main/rascal/lang/textmate/NameGeneration.rsc
@@ -49,9 +49,6 @@ alias NameGenerator = str(Production);
49
50
NameGenerator newNameGenerator(list[Production] prods, short()) {
51
52
- // Define auxiliary functions to compute names for symbols
53
-
54
55
// Define auxiliary function to count the number of occurrences of a name
56
int count(str name) = (0 | it + 1 | p <- prods, toName(p.def) == name);
57
0 commit comments