Mercurial > hg > Members > shinya > pyrect
graph
-
implement range. but it's not perfect.2010-12-05, by Ryoma SHINYA
-
modify codegen-indent.2010-12-04, by Ryoma SHINYA
-
add cbc code.2010-12-03, by Ryoma SHINYA
-
buf-fix: goto booster possibly, and improve code-gen routine (add some usefull functions -> demiti, iemit,,).2010-11-15, by Ryoma SHINYA
-
add class trie. this can accept suffix-language.2010-11-15, by Ryoma SHINYA
-
impliment goto-based grep. (icc's tailcall-optimization is suck!)2010-11-13, by Ryoma SHINYA
-
add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).2010-11-13, by Ryoma SHINYA
-
add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).2010-11-13, by Ryoma SHINYA
-
modify table-lookup option.2010-11-11, by Ryoma SHINYA
-
add table-lookup option.2010-11-10, by Ryoma SHINYA
-
experimentation, use table-lookup at first state's transition.2010-11-10, by Ryoma SHINYA
-
experimentation, use table-lookup at first state's transition.2010-11-10, by Ryoma SHINYA
-
improve booster's routine.2010-11-10, by Ryoma SHINYA
-
modify code gen, for no-warnings (gcc -Wall).2010-11-10, by Ryoma SHINYA
-
modify filter emit-option's bug.2010-11-08, by Ryoma SHINYA
-
add option "--filter=[bmh,quick,none]".2010-11-07, by Ryoma SHINYA
-
improve filter.2010-11-07, by Ryoma SHINYA
-
improvement quick-filtering.2010-11-07, by Ryoma SHINYA
-
modify filtering algorithm, unloop string-compare!!2010-11-07, by Ryoma SHINYA
-
modify filtering algorithm, from boyer-moore-horspool to quick-search.2010-11-07, by Ryoma SHINYA
-
modify bm-filter's implimentation. table-lookup -> switch. it's more simple and beautiful.2010-11-07, by Ryoma SHINYA
-
rename memrchr -> beg_get_line.2010-11-07, by Ryoma SHINYA
-
bug-fix: modify booster's stop rule. EOF - > stop.2010-11-07, by Ryoma SHINYA
-
add boost algorithm. but it's buggy, not work.2010-11-07, by Ryoma SHINYA
-
add boost algorithm. but it's buggy, not work.2010-11-07, by Ryoma SHINYA
-
improve codegen. remove needless code (when filter-only, no need to emit dfa-code).2010-11-06, by Ryoma SHINYA
-
implement bm_filter on mmap. but it's slower than dfa. ?;-(2010-11-06, by Ryoma SHINYA
-
remove paralle-code (that have to need more improvement.)2010-11-05, by Ryoma SHINYA
-
remove paralle-code (that have to need more improvement.)2010-11-05, by Ryoma SHINYA
-
add (maybe :-p) non_blocking_print_line. it's used pthread.2010-11-05, by Ryoma SHINYA
-
modify I/O routine. use mmap. it's really faster than fgets ;-)2010-11-04, by Ryoma SHINYA
-
modify I/O routine. use mmap. it's really faster than fgets ;-)2010-11-04, by Ryoma SHINYA
-
modify I/O routine. use mmap. it's really faster than fgets ;-)2010-11-04, by Ryoma SHINYA
-
Added tag fgest stable for changeset fd3d0b8326fe2010-11-04, by Ryoma SHINYA
-
modify ternary operator (ex: return s1 if ~~ else s2). for python2.4 ;-(2010-11-01, by Ryoma SHINYA
-
add fixed-string filter(Boyer-Moore), and add option '--disable-filter'.2010-11-01, by Ryoma SHINYA
-
add parallel I/O grep (per line) with pthread. but it's very slow. really slow..2010-10-27, by Ryoma SHINYA
-
ddd analyzer. analyzer can analyzing to regexp max-length.2010-10-26, by Ryoma SHINYA
-
bug fix: modify anchor(begin of line - '^') emit rule.2010-08-25, by Ryoma SHINYA
-
bug fix: modify escape character parsing rule.2010-08-25, by Ryoma SHINYA
-
bug fix. remove unnecessarily files.2010-08-23, by Ryoma SHINYA
-
dispose op MultiByte Character as concatnated SingleByte Characters2010-08-10, by Ryoma SHINYA
-
jitgrep: set bufsize default 1M. and remove with statement.2010-08-09, by Ryoma SHINYA
-
accept UTF-8 encoding. but some foundational bug in converting algorithm NFA. maybe, which is not too difficult.2010-08-08, by Ryoma SHINYA
-
add file :-p2010-08-07, by Ryoma SHINYA
-
move dot files.2010-08-06, by Ryoma SHINYA
-
modify dot translator. add regex as title, and simplify graph.2010-08-06, by Ryoma SHINYA
-
add txt files for grep benchmark2010-08-05, by Ryoma SHINYA
-
replace converting-flow, module dfareg with module regexp. it's is substantial changing in implimentation.2010-08-02, by Ryoma SHINYA
-
add goto_grep_translator.py, this is label-based grep implimentation.2010-08-01, by Ryoma SHINYA
-
modify cbcgrep, remove global variable to args(interface).2010-08-01, by Ryoma SHINYA
-
add CbCGREPTranslator.2010-07-20, by Ryoma SHINYA
-
add Lexer/Parser/AST class. it's can parse Regexp to AST. (Pyrect will shift to more flexible/robust system.)2010-07-12, by Ryoma SHINYA
-
modify grep_translator, use property at bufsize.2010-07-11, by Ryoma SHINYA
-
bug fix: LLVMGREPTranslator.2010-07-11, by Ryoma SHINYA
-
add llgrep.py, llvm_grep_translataor.py. these module requre llvm-py(and of course LLVM) to translate/execute.2010-07-11, by Ryoma SHINYA
-
bug fix: import DotTranslator.2010-07-11, by Ryoma SHINYA
-
change compile-method to full-source-compile.2010-07-11, by Ryoma SHINYA