Skip to content
Snippets Groups Projects
Commit 2b1925b6 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add iterators and loop paths for codepoints and glyphs

 * src/code/string.lisp:
   * Add WITH-STRING-CODEPOINT-ITERATOR to allow iterating over the
     codepoints in a string.
   * Add WITH-STRING-GLYPO-ITERATOR to allow iterating over the
     glpyhs in a string.
 * src/code/exports.lisp:
   * Export WITH-STRING-CODEPOINT-ITERATOR and
     WITH-STRING-GLYPH-ITERATOR. 
 * src/code/loop.lisp:
   * Support (loop for cp being the codepoint of string ...) which
     extracts the consecutive codepoints from the string. Allow
     codepoints, code-point, and code-points as aliases of codepoint.
   * Support (loop for g-string being the glyph of string ...) which
     extracts each glyph (as a string) from the string.  Allow glpyhs
     as an alias.
 * tests/extended-loop.lisp:
   * New file of tests for the new loop paths.
 * src/i18n/locale/cmucl.pot:
   * Update.
parent 4c0e2967
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment