Tue, 06 Jul 2010 05:39:41 +0900 |
Ryoma SHINYA |
add grep.c, it was introduced by Brian W. Kernighan and Rob Pike in "The Practice of Programming"
|
Tue, 06 Jul 2010 05:37:03 +0900 |
Ryoma SHINYA |
add convert-option --grep to converter.py.
|
Mon, 05 Jul 2010 20:30:14 +0900 |
Ryoma SHINYA |
bug fix: c_translator.py, grep_translator.py
|
Mon, 05 Jul 2010 19:54:27 +0900 |
Ryoma SHINYA |
rename files to follow PEP. and debug llvm_trnslator.py.
|
Mon, 05 Jul 2010 18:42:11 +0900 |
Ryoma SHINYA |
add contact & description to Repository.
|
Mon, 05 Jul 2010 15:23:08 +0900 |
Ryoma SHINYA |
add star/union/concat rule's graph (graph/*.png).
|
Mon, 05 Jul 2010 08:36:11 +0900 |
Ryoma SHINYA |
add LLVMTranslator(Translator) (and remove reg2llvm.py), add --LLVM option to converter.py.
|
Mon, 05 Jul 2010 06:26:20 +0900 |
Ryoma SHINYA |
add CbC test code.
|
Mon, 05 Jul 2010 06:25:44 +0900 |
Ryoma SHINYA |
remove unnecessary variable "s_local" in cTranslator.
|
Mon, 05 Jul 2010 03:27:38 +0900 |
Ryoma SHINYA |
add options -Olevel --time --debug --cc=compiler to jitgrep. add agrep to benchgrep.sh.
|
Sun, 04 Jul 2010 11:06:41 +0900 |
Ryoma SHINYA |
add LICENSE
|
Sun, 04 Jul 2010 08:45:57 +0900 |
Ryoma SHINYA |
add gcc's "concatenated" source file(over million lines), for benchmarking/testing.
|
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
|