regexp.combinators vocabulary
Factor handbook ยป Vocabulary index


Documentation
Regular expression combinators

Metadata
Tags:parsing
Authors:Daniel Ehrenberg


Words

Ordinary words
WordStack effect
<and>( regexps -- conjunction )
<any-of>( strings -- regexp )
<char-range>( char1 char2 -- regexp )
<literal>( string -- regexp )
<not>( regexp -- not-regexp )
<nothing>( -- value )
<one-or-more>( regexp -- regexp+ )
<option>( regexp -- regexp? )
<or>( regexps -- disjunction )
<sequence>( regexps -- regexp )
<zero-or-more>( regexp -- regexp* )


Files


Metadata files


Children
VocabularySummary
regexp.combinators.private