From 9b14ffad5b01603f5762f890c02298e69aa9351a Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Wed, 25 Feb 2009 16:22:01 -0600 Subject: [PATCH] Regexp docs, mostly --- basis/regexp/combinators/authors.txt | 1 + .../combinators/combinators-docs.factor | 54 ++++++++++++++++ basis/regexp/combinators/combinators.factor | 49 +++++++------- basis/regexp/combinators/summary.txt | 1 + basis/regexp/combinators/tags.txt | 1 + basis/regexp/regexp-docs.factor | 64 ++++++++++++++++++- basis/regexp/regexp.factor | 22 ++++--- 7 files changed, 159 insertions(+), 33 deletions(-) create mode 100644 basis/regexp/combinators/authors.txt create mode 100644 basis/regexp/combinators/combinators-docs.factor create mode 100644 basis/regexp/combinators/summary.txt create mode 100644 basis/regexp/combinators/tags.txt diff --git a/basis/regexp/combinators/authors.txt b/basis/regexp/combinators/authors.txt new file mode 100644 index 0000000000..f990dd0ed2 --- /dev/null +++ b/basis/regexp/combinators/authors.txt @@ -0,0 +1 @@ +Daniel Ehrenberg diff --git a/basis/regexp/combinators/combinators-docs.factor b/basis/regexp/combinators/combinators-docs.factor new file mode 100644 index 0000000000..7cb214f42b --- /dev/null +++ b/basis/regexp/combinators/combinators-docs.factor @@ -0,0 +1,54 @@ +! Copyright (C) 2009 Daniel Ehrenberg +! See http://factorcode.org/license.txt for BSD license. +USING: help.syntax help.markup regexp strings ; +IN: regexp.combinators + +ABOUT: "regexp.combinators" + +ARTICLE: "regexp.combinators" "Regular expression combinators" +"The " { $vocab-link "regexp.combinators" } " vocabulary defines combinators which can be used to build up regular expressions to match strings. This is in addition to the traditional syntax defined in the " { $vocab-link "regexp" } " vocabulary." +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection } +{ $subsection