stuck-waitfor-destruct
|
Last change
on this file since bf1cbde was bf1cbde, checked in by Michael Brooks <mlbrooks@…>, 3 years ago |
|
Implement "scanset" semantics for manipulator skip, in place of exact-match.
That is, sin | skip("abc") now consumes all input before the "+" on input "cccccb+".
Exact-match semantics is available with just sin | "abc".
(Prior exact-match semantics was discovered by surprise, while debugging a test program for an upcoming commit.)
|
-
Property mode
set to
100644
|
|
File size:
186 bytes
|
| Line | |
|---|
| 1 | abc
|
|---|
| 2 | cccccb
|
|---|
| 3 | xx
|
|---|
| 4 | abcxxx
|
|---|
| 5 | abcyyy
|
|---|
| 6 | aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
|
|---|
| 7 | abc
|
|---|
| 8 | cccccb
|
|---|
| 9 | xx
|
|---|
| 10 | abcxxx
|
|---|
| 11 | abcyyy
|
|---|
| 12 | aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.