#lang scheme/base ;; Connection between the scat language based on the state object, and ;; the RPN parser. ;; Some practical issues first: the interface prefix parser words need ;; to implement remains as it is: a CPS function operating on W ;; (words) and D (dictionary). The reason: it is useful on its own, ;; and it's used to bootstrap Scat! ;; However, it's probably a good idea to specify most of the Forth ;; prefix parsers in terms of concatenative code instead of Scheme. ;; So what's the problem then? ;; Combine scat with a dictionary input