Parents: | shell |
Class | Superclass | Slots |
back-quoted-expr | tuple | expr |
basic-expr | tuple | command stdin stdout background |
double-quoted-expr | tuple | expr |
factor-expr | tuple | expr |
glob-expr | tuple | expr |
pipeline-expr | tuple | commands stdin stdout background |
single-quoted-expr | tuple | expr |
variable-expr | tuple | expr |
Word | Stack 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 ) |
Word | Stack 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 -- ? ) |