shell.parser vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
back-quoted-expr tupleexpr
basic-expr tuplecommand stdin stdout background
double-quoted-expr tupleexpr
factor-expr tupleexpr
glob-expr tupleexpr
pipeline-expr tuplecommands stdin stdout background
single-quoted-expr tupleexpr
variable-expr tupleexpr


Ordinary words
WordStack effect
ast>back-quoted-expr( ast -- obj )
ast>basic-expr( ast -- obj )
ast>double-quoted-expr( ast -- obj )
ast>factor-expr( ast -- obj )
ast>glob-expr( ast -- obj )
ast>pipeline-expr( ast -- obj )
ast>single-quoted-expr( ast -- obj )
ast>variable-expr( ast -- obj )
expr( input -- ast )


Class predicate words
WordStack effect
back-quoted-expr?( object -- ? )
basic-expr?( object -- ? )
double-quoted-expr?( object -- ? )
factor-expr?( object -- ? )
glob-expr?( object -- ? )
pipeline-expr?( object -- ? )
single-quoted-expr?( object -- ? )
variable-expr?( object -- ? )


Files