| Tags: | parsing |
| Authors: | Daniel Ehrenberg |
| Word | Stack effect |
| ( regexps -- conjunction ) | |
| ( strings -- regexp ) | |
| ( char1 char2 -- regexp ) | |
| ( string -- regexp ) | |
| ( regexp -- not-regexp ) | |
| ( -- value ) | |
| ( regexp -- regexp+ ) | |
| ( regexp -- regexp? ) | |
| ( regexps -- disjunction ) | |
| ( regexps -- regexp ) | |
| ( regexp -- regexp* ) |
| Vocabulary | Summary |
| regexp.combinators.private vocabulary |