diff options
| author | Drahflow <drahflow@gmx.de> | 2019-08-07 21:26:17 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2019-08-07 21:26:17 +0200 |
| commit | cfefa2999e22f721619f0f8f84deef7db7beabe5 (patch) | |
| tree | 2f22c7c377ab199c3e74ed569bafd45b72cc0eec | |
| parent | 4e347decf5d59178ff8207333021e9da377ad44d (diff) | |
Some grep optimization
| -rw-r--r-- | examples/working-compiler/grep-fast.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
