Version: 5.2

Syntax: Meta-Programming Helpers

    1 Syntax Object Helpers

      1.1 Deconstructing Syntax Objects

      1.2 Matching Fully-Expanded Expressions

      1.3 Dictionaries with Identifier Keys

        1.3.1 Dictionaries for free-identifier=?

        1.3.2 Dictionaries for bound-identifier=?

      1.4 Hashing on bound-identifier=? and free-identifier=?

      1.5 Rendering Syntax Objects with Formatting

      1.6 Computing the Free Variables of an Expression

      1.7 Replacing Lexical Context

      1.8 Helpers for Processing Keyword Syntax

      1.9 Legacy Zodiac Interface

    2 Module-Processing Helpers

      2.1 Reading Module Source Code

      2.2 Getting Module Compiled Code

      2.3 Resolving Module Paths to File Paths

      2.4 Simplifying Module Paths

      2.5 Inspecting Modules and Module Dependencies

    3 Macro Transformer Helpers

      3.1 Extracting Inferred Names

      3.2 Support for local-expand

      3.3 Parsing define-like Forms

      3.4 Flattening begin Forms

      3.5 Expanding define-struct-like Forms

      3.6 Resolving include-like Paths

      3.7 Controlling Syntax Templates

    4 Reader Helpers

      4.1 Raising exn:fail:read

      4.2 Module Reader

    5 Non-Module Compilation And Expansion

    6 Trusting Standard Recertifying Transformers

    7 Attaching Documentation to Exports

    8 Parsing and Specifying Syntax

      8.1 Introduction

      8.2 Examples

        8.2.1 Modules and Reusable Syntax Classes

        8.2.2 Optional Keyword Arguments

        8.2.3 Variants with Uniform Meanings

        8.2.4 Variants with Varied Meanings

          8.2.4.1 Syntactic Normalization

          8.2.4.2 Non-syntax-valued Attributes

        8.2.5 More Keyword Arguments

        8.2.6 Contracts on Macro Sub-expressions

      8.3 Parsing Syntax

      8.4 Specifying Syntax with Syntax Classes

        8.4.1 Pattern Directives

        8.4.2 Pattern Variables and Attributes

      8.5 Syntax Patterns

        8.5.1 Single-term Patterns

        8.5.2 Head Patterns

        8.5.3 Ellipsis-head Patterns

        8.5.4 Action Patterns

      8.6 Defining Simple Macros

      8.7 Literal Sets and Conventions

      8.8 Library Syntax Classes and Literal Sets

        8.8.1 Syntax Classes

        8.8.2 Literal Sets

      8.9 Debugging and Inspection Tools

      8.10 Experimental

        8.10.1 Contracts for Macro Sub-expressions

        8.10.2 Contracts for Syntax Classes

        8.10.3 Reflection

        8.10.4 Procedural Splicing Syntax Classes

        8.10.5 Ellipsis-head Alternative Sets

        8.10.6 Syntax Class Specialization

    9 Source Locations

      9.1 Representations

      9.2 Quoting

    Index