Parents: | infix |
Class | Superclass | Slots |
ast-array | tuple | name index |
ast-function | tuple | name arguments |
ast-local | tuple | name |
ast-negation | tuple | term |
ast-op | tuple | left right op |
ast-slice | tuple | name from to step |
ast-value | tuple | value |
Word | Stack effect |
ast-array? | ( object -- ? ) |
ast-function? | ( object -- ? ) |
ast-local? | ( object -- ? ) |
ast-negation? | ( object -- ? ) |
ast-op? | ( object -- ? ) |
ast-slice? | ( object -- ? ) |
ast-value? | ( object -- ? ) |