Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 337 Bytes

string-tokenize-egg

string-tokenize egg for CHICKEN Scheme.

Installation

chicken-install -s

Usage

(import string-tokenize)

(string-tokenize str #!optional (drop " \t\n") (keep ""))

e.g. (string-tokenize "(lambda (x) x)" " " "()")
  => ("(" "lambda" "(" "x" ")" "x" ")")

Dependencies

  • CHICKEN 5