racket/collects/syntax/scribblings/syntax.scrbl
Matthew Flatt fc52248446 add #:break' and #:final' to `for' forms
Support for break clauses complicates expansion to `for/fold/derived';
a new `syntax/for-body' library provides a helper for macros that need
to split a `for'-style body into a prefix part and wrappable part.
2012-09-14 14:57:35 -06:00

33 lines
590 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title{Syntax: Meta-Programming Helpers}
@table-of-contents[]
@include-section["parse.scrbl"]
@include-section["syntax-object-helpers.scrbl"]
@include-section["datum.scrbl"]
@include-section["module-helpers.scrbl"]
@include-section["transformer-helpers.scrbl"]
@include-section["reader-helpers.scrbl"]
@include-section["for-body.scrbl"]
@include-section["srcloc.scrbl"]
@include-section["quote.scrbl"]
@include-section["toplevel.scrbl"]
@include-section["trusted-xforms.scrbl"]
@include-section["docprovide.scrbl"]
@index-section[]