Re: [Factor-talk] new_ui, binaries, etc

2009-03-13 Thread Jong-Hyouk Yun
Although there are many text-proc libraries in Factor, regexp is still important and useful tool. anyway, I think it's amazing Dan improved regexp vocab. :-) Dan, great work :-) 2009/3/14 Daniel Ehrenberg : > Regexp is far from the only text processing library in Factor. There's > also PEGs EBNF

Re: [Factor-talk] new_ui, binaries, etc

2009-03-13 Thread Daniel Ehrenberg
Regexp is far from the only text processing library in Factor. There's also PEGs EBNF, which uses a packrat parser to execute a parsing expression grammar. It's not very efficient right now, though. You can also do little ad-hoc things with manipulating strings directly (as sequences); the Unicode

Re: [Factor-talk] new_ui, binaries, etc

2009-03-13 Thread Kobi Lurie
Great news, kudos to littledan :) Slava, is regexp the only or main way to get text processing on factor? I've created some utilities for text processing which are more low level and also less complete, but they might be faster, or simply more ready out of the box. (if anyone is less familiar with

[Factor-talk] new_ui, binaries, etc

2009-03-12 Thread Slava Pestov
Hi all, A few people have asked questions so I thought I'd post a little status update. The new_ui branch is now merged into master and there is no further development in the new_ui branch. I've updated a lot of code in basis and extra (and moved other stuff to unmaintained that I didn't want to