comparison dwtx/dwtxhelper/regex.d @ 159:7926b636c282

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 01:57:58 +0200
parents
children 1a5b8f8129df
comparison
equal deleted inserted replaced
158:25f1f92fa3df 159:7926b636c282
1 module dwtx.dwtxhelper.regex;
2
3 class Matcher {
4 }
5
6 class Pattern {
7 }
8
9 class PatternSyntaxException {
10 }
11