sigildocs

(sigil syntax)

Syntax object utilities for advanced macro authors

This module provides low-level operations for inspecting and manipulating syntax objects. These are primarily useful for writing procedural macros with syntax-case or for implementing macro systems.

For most macro authoring, syntax-rules and syntax-case (from (sigil core)) are sufficient. Use this module when you need fine-grained control over syntax object metadata, identifier comparison, or programmatic syntax construction.

Exports

identifier?variable

Re-exported from (sigil core)

syntax-marksvariable

Re-exported from (sigil core)

Re-exported from (sigil core)

Re-exported from (sigil core)

Re-exported from (sigil core)

Re-exported from (sigil core)