| Tags: | parsing, text |
| Authors: | Doug Coleman, Daniel Ehrenberg |
| Class | Superclass | Slots |
| raw parse-tree options dfa next-match | ||
| Word | Syntax |
| R/ foo.*|[a-zA-Z]bar/options |
| Word | Stack effect |
| ( string options -- regexp ) | |
| ( string -- regexp ) | |
| ( string regexp -- seq ) | |
| ( string regexp -- seq ) | |
| ( string regexp -- n ) | |
| ( ... string regexp quot: ( ... start end string -- ... ) -- ... ) | |
| ( string regexp -- slice/f ) | |
| ( string ast -- regexp ) | |
| ( ... string regexp quot: ( ... start end string -- ... obj ) -- ... seq ) | |
| ( string regexp -- ? ) | |
| ( string ast options class -- regexp ) | |
| ( string regexp -- ? ) | |
| ( string regexp replacement -- result ) | |
| ( string regexp quot: ( slice -- replacement ) -- result ) | |
| ( string regexp -- seq ) |
| Word | Stack effect |
| ( object -- ? ) | |
| ( object -- ? ) |
| Vocabulary | Summary |
| regexp.ast vocabulary | |
| regexp.classes vocabulary | |
| Combinators for creating regular expressions | |
| regexp.compiler vocabulary | |
| regexp.dfa vocabulary | |
| regexp.disambiguate vocabulary | |
| regexp.minimize vocabulary | |
| regexp.negation vocabulary | |
| regexp.nfa vocabulary | |
| regexp.parser vocabulary | |
| regexp.prettyprint vocabulary | |
| regexp.transition-tables vocabulary |
| Vocabulary | Summary |
| regexp.private vocabulary |