Mercurial > hg > Members > shinya > pyrect
log src/cTranslator.py @ 18:ec36e784df2e
age | author | description |
---|---|---|
2010-07-04 | Ryoma SHINYA | add LLVMTranslator(Translator) (and remove reg2llvm.py), add --LLVM option to converter.py. |
2010-07-04 | Ryoma SHINYA | remove unnecessary variable "s_local" in cTranslator. |
2010-07-04 | Ryoma SHINYA | add LICENSE |
2010-07-03 | Ryoma SHINYA | add GREPTranslator(Translator) and implement jit-compile-grep, |
2010-07-03 | Ryoma SHINYA | modify some function/variable name, to follow PEP coding donvention. |
2010-07-03 | Ryoma SHINYA | modify CTranslator, improve emiting statement(if switch-statement unnecessary, not emit it.). and separate some code segment. |
2010-07-02 | Ryoma SHINYA | remove Regexp.emitDot() |
2010-07-02 | Ryoma SHINYA | simplify DFA state name. (in C/Dot Translator. ex: "1_2_3" -> "1") |
2010-07-01 | ryoma | add dotTranslator(Translator), that can translate from DFA or NFA into Dot-file(Dot is graph generater using tex.) |
2010-06-30 | ryoma | add Translater(object), that can translate C/CbC source code |