log pyrect/converter.py @ 99:e327e93aeb3a

age author description
Sun, 12 Dec 2010 23:09:19 +0900 Ryoma SHINYA remove callgraph and use Transition.
Tue, 16 Nov 2010 06:01:56 +0900 Ryoma SHINYA add class trie. this can accept suffix-language.
Sun, 14 Nov 2010 04:13:05 +0900 Ryoma SHINYA add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).
Sun, 08 Aug 2010 04:13:14 +0900 Ryoma SHINYA add input-rules, Range, CharacterClass, Anchor and MultiByte-Char(but not work)\nand more simplify NFA (is global improvement).
Fri, 06 Aug 2010 20:17:17 +0900 Ryoma SHINYA modify dot translator. add regex as title, and simplify graph.
Tue, 03 Aug 2010 05:35:38 +0900 Ryoma SHINYA replace converting-flow, module dfareg with module regexp. it's is substantial changing in implimentation.
Sun, 11 Jul 2010 22:51:44 +0900 Ryoma SHINYA bug fix: import DotTranslator.
Fri, 09 Jul 2010 22:51:30 +0900 Ryoma SHINYA organize directory. (but not separate module-dir yet,,) base src/converter.py@21ced97074cc