From cfefa2999e22f721619f0f8f84deef7db7beabe5 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 7 Aug 2019 21:26:17 +0200 Subject: Some grep optimization --- examples/working-compiler/grep-fast.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/working-compiler') diff --git a/examples/working-compiler/grep-fast.test b/examples/working-compiler/grep-fast.test index c3068f5..099fae2 100644 --- a/examples/working-compiler/grep-fast.test +++ b/examples/working-compiler/grep-fast.test @@ -1,4 +1,4 @@ -"{ =*p { [ -01 { _ p not \"--\" | rep }\" each ] }' } * *" ==grepCode +"{ =*p [ -01 { _ p not \"--\" | rep }\" each ] } *" ==grepCode { grepCode includeLine /including dump } /fastGrep defq -- cgit v1.2.3