[Chicken-users] irregex bug?

2009-04-22 Thread Anthony Carrico
http://paste.lisp.org/display/79023 $ csi CHICKEN (c)2008-2009 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 4.0.0 - SVN rev. 13887 linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables applyhook ] compiled 2009-04-14 on chew-z (Linux) #;1 (require-library regex) ; loading library

Re: [Chicken-users] irregex bug?

2009-04-22 Thread Alex Shinn
Hi, Anthony Carrico acarr...@memebeam.org writes: #;1 (require-library regex) ; loading library regex ... #;2 (import irregex) ; loading /usr/local/lib/chicken/4/irregex.import.so ... #;3 (define rx (sre-irregex '(: bos (submatch (+ (0123456789))) eos))) #;4 (irregex-match rx 0)