zeolite-lang-0.1.0.0: example/regex/char-regex.0rp
concrete CharRegex {
@type parse (String) -> (optional MatcherTemplate<Char>)
@type match (MatcherTemplate<Char>,String) -> (Bool)
}
concrete CharRegex {
@type parse (String) -> (optional MatcherTemplate<Char>)
@type match (MatcherTemplate<Char>,String) -> (Bool)
}