#lang racket/base ;; These are separated from main.rkt as a performance improvement: ;; so they can be imported into the render.rkt namespace ;; and cached for the benefit of the render eval function. (require racket/list pollen/tools pollen/main-helper pollen/top txexpr sugar (only-in pollen/ptree ptree-source-decode path->pnode ptree?)) (provide (all-from-out racket/list pollen/tools pollen/main-helper pollen/top txexpr sugar pollen/ptree))