log

age author description
Sun, 04 Jul 2010 08:40:59 +0900 Ryoma SHINYA add GREPTranslator(Translator) and implement jit-compile-grep,
Sun, 04 Jul 2010 00:48:24 +0900 Ryoma SHINYA modify some function/variable name, to follow PEP coding donvention.
Sun, 04 Jul 2010 00:33:15 +0900 Ryoma SHINYA modify CTranslator, improve emiting statement(if switch-statement unnecessary, not emit it.). and separate some code segment.
Sat, 03 Jul 2010 03:49:41 +0900 Ryoma SHINYA remove Regexp.emitDot()
Sat, 03 Jul 2010 01:40:36 +0900 Ryoma SHINYA simplify DFA state name. (in C/Dot Translator. ex: "1_2_3" -> "1")
Fri, 02 Jul 2010 03:27:58 +0900 Ryoma SHINYA add Document directory.
Fri, 02 Jul 2010 02:43:28 +0900 ryoma add dotTranslator(Translator), that can translate from DFA or NFA into Dot-file(Dot is graph generater using tex.)
Thu, 01 Jul 2010 00:40:51 +0900 ryoma add Translater(object), that can translate C/CbC source code
Tue, 29 Jun 2010 12:46:29 +0900 ryoma add Regexp.emitDot(), Dot file can be converted tex->pdf
Tue, 29 Jun 2010 11:44:40 +0900 ryoma prepare graph outputs (but not implement)
Thu, 17 Jun 2010 15:53:50 +0900 ryoma classify src
Thu, 17 Jun 2010 15:27:17 +0900 ryoma remove unnecessarily file
Tue, 15 Jun 2010 00:54:59 +0900 ryoma Regexp-Compiler with LLVM