Mercurial > hg > Members > shinya > pyrect
graph
-
implement range-expression. and add repeat-mn syntax(ex. A{1,10}).Sun, 12 Dec 2010 19:02:37 +0900, by Ryoma SHINYA
-
add regex for http-url, which be defined RFC-definde and very complex.Mon, 06 Dec 2010 12:06:27 +0900, by Ryoma SHINYA
-
implement table-lookup at booster.Mon, 06 Dec 2010 05:02:15 +0900, by Ryoma SHINYA
-
improve jump-table initialize (when enable table-lookup). C99's range-initialize is awesome.Mon, 06 Dec 2010 04:48:06 +0900, by Ryoma SHINYA
-
implement range. but it's not perfect.Mon, 06 Dec 2010 04:46:38 +0900, by Ryoma SHINYA
-
modify codegen-indent.Sun, 05 Dec 2010 01:48:56 +0900, by Ryoma SHINYA
-
add cbc code.Fri, 03 Dec 2010 18:36:23 +0900, by Ryoma SHINYA
-
buf-fix: goto booster possibly, and improve code-gen routine (add some usefull functions -> demiti, iemit,,).Tue, 16 Nov 2010 06:06:25 +0900, by Ryoma SHINYA
-
add class trie. this can accept suffix-language.Tue, 16 Nov 2010 06:01:56 +0900, by Ryoma SHINYA
-
impliment goto-based grep. (icc's tailcall-optimization is suck!)Sun, 14 Nov 2010 07:56:35 +0900, by Ryoma SHINYA
-
add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).Sun, 14 Nov 2010 04:16:12 +0900, by Ryoma SHINYA
-
add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).Sun, 14 Nov 2010 04:13:05 +0900, by Ryoma SHINYA
-
modify table-lookup option.Thu, 11 Nov 2010 10:17:11 +0900, by Ryoma SHINYA
-
add table-lookup option.Thu, 11 Nov 2010 01:59:02 +0900, by Ryoma SHINYA
-
experimentation, use table-lookup at first state's transition.Wed, 10 Nov 2010 22:48:33 +0900, by Ryoma SHINYA
-
experimentation, use table-lookup at first state's transition.Wed, 10 Nov 2010 22:46:47 +0900, by Ryoma SHINYA
-
improve booster's routine.Wed, 10 Nov 2010 22:00:24 +0900, by Ryoma SHINYA
-
modify code gen, for no-warnings (gcc -Wall).Wed, 10 Nov 2010 19:15:03 +0900, by Ryoma SHINYA
-
modify filter emit-option's bug.Mon, 08 Nov 2010 10:56:55 +0900, by Ryoma SHINYA
-
add option "--filter=[bmh,quick,none]".Mon, 08 Nov 2010 05:14:06 +0900, by Ryoma SHINYA
-
improve filter.Mon, 08 Nov 2010 05:07:08 +0900, by Ryoma SHINYA
-
improvement quick-filtering.Mon, 08 Nov 2010 04:47:34 +0900, by Ryoma SHINYA
-
modify filtering algorithm, unloop string-compare!!Mon, 08 Nov 2010 03:45:14 +0900, by Ryoma SHINYA
-
modify filtering algorithm, from boyer-moore-horspool to quick-search.Mon, 08 Nov 2010 02:46:13 +0900, by Ryoma SHINYA
-
modify bm-filter's implimentation. table-lookup -> switch. it's more simple and beautiful.Mon, 08 Nov 2010 02:19:18 +0900, by Ryoma SHINYA
-
rename memrchr -> beg_get_line.Sun, 07 Nov 2010 14:28:39 +0900, by Ryoma SHINYA
-
bug-fix: modify booster's stop rule. EOF - > stop.Sun, 07 Nov 2010 13:45:20 +0900, by Ryoma SHINYA
-
add boost algorithm. but it's buggy, not work.Sun, 07 Nov 2010 09:32:46 +0900, by Ryoma SHINYA
-
add boost algorithm. but it's buggy, not work.Sun, 07 Nov 2010 09:32:25 +0900, by Ryoma SHINYA
-
improve codegen. remove needless code (when filter-only, no need to emit dfa-code).Sun, 07 Nov 2010 03:10:43 +0900, by Ryoma SHINYA