Parents: | llvm.examples |
Authors: | Björn Lindqvist |
Class | Superclass | Slots |
ast-binop | tuple | lhs rhs operator |
ast-call | tuple | name args |
ast-def | tuple | name params expr |
ast-if | tuple | condition true false |
ast-name | tuple | value |
ast-number | tuple | value |
ast-unop | tuple | expr |
Word | Stack effect |
parse-kaleidoscope | ( input -- ast ) |
tokenize-kaleidoscope | ( input -- ast ) |
Word | Stack effect |
ast-binop? | ( object -- ? ) |
ast-call? | ( object -- ? ) |
ast-def? | ( object -- ? ) |
ast-if? | ( object -- ? ) |
ast-name? | ( object -- ? ) |
ast-number? | ( object -- ? ) |
ast-unop? | ( object -- ? ) |