forth.ss
#lang scheme/base
(require
 "tools.ss")
(require/provide
 "forth/parser.ss")

(loading "forth")