This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04f29299adbad4ae950f5603a36b46bd40ace7c59d6b19df7d82ff605727c6ab21ae0de33d0d5c338fdc7a922185429e3ea1419871aaab6c43cfd8e052b6f4fbe6;pgbarletta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module PerlishMatch | |
export m, @m | |
function tuple_nothing(n::Int) | |
([nothing for i in 1:n]...) | |
end | |
function count_groups(regex::Regex) | |
opening = 0 |