view src/__init__.py @ 12:41391400fe68

add GREPTranslator(Translator) and implement jit-compile-grep, which faster than grep!! in case of regular expression search in large files.
author Ryoma SHINYA <shinya@firefly.cr.ie.u-ryukyu.ac.jp>
date Sun, 04 Jul 2010 08:40:59 +0900
parents 9816b755ac91
children a24acddedf89
line wrap: on
line source

def compile(regexp):
    return Regexp(regexp)