March 13, 2018
8:09 a.m.
That is indeed the solution. Doru
On Mar 13, 2018, at 6:16 AM, Holger Freyther <holger@freyther.de> wrote:
On 12. Mar 2018, at 23:07, Pau Guillot <emailpauguillotpuig@gmail.com> wrote:
(#word asParser , #digit asParser plus flatten ==> [:node | node second]) star parse: 'A123A123'. -> #('123' '123')
(((#word asParser , #digit asParser plus flatten ==> [:node | node second]) plus) ==> [ :node | '' join: node]) parse: 'a123a123' => '123123'
probably there is a nicer way. ;)
-- www.tudorgirba.com www.feenk.com âLive like you mean it."