[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Basic abnf usage?
From: |
John Cowan |
Subject: |
Re: [Chicken-users] Basic abnf usage? |
Date: |
Sat, 28 Mar 2015 17:24:15 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Matt Gushee scripsit:
> string-kmp-partial-search
> make-kmp-restart-vector
>
> Substring/shared is not too big a deal, but that KMP stuff is a bit
> daunting. Maybe I'll look into it if I have time. I do like the comparse
> API, and would like to be able to use it.
Fortunately, KMP works just as well with UTF-8-encoded byte strings as
with proper strings, because of the nature of the UTF-8 encoding.
As long as all arguments are proper UTF-8, everything should be fine.
--
John Cowan http://www.ccil.org/~cowan address@hidden
Does anybody want any flotsam? / I've gotsam.
Does anybody want any jetsam? / I can getsam.
--Ogden Nash, No Doctors Today, Thank You
- [Chicken-users] Basic abnf usage?, Matt Gushee, 2015/03/26
- Re: [Chicken-users] Basic abnf usage?, Ivan Raikov, 2015/03/27
- Re: [Chicken-users] Basic abnf usage?, Matt Gushee, 2015/03/27
- Re: [Chicken-users] Basic abnf usage?, Moritz Heidkamp, 2015/03/27
- Re: [Chicken-users] Basic abnf usage?, Ivan Raikov, 2015/03/27
- Re: [Chicken-users] Basic abnf usage?, Matt Gushee, 2015/03/27
- Re: [Chicken-users] Basic abnf usage?, Moritz Heidkamp, 2015/03/28
- Re: [Chicken-users] Basic abnf usage?, Matt Gushee, 2015/03/28
- Re: [Chicken-users] Basic abnf usage?,
John Cowan <=