extensible-parser-specifica.../scribblings/extensible-parser-specifications.scrbl
2016-09-22 22:33:59 +02:00

25 lines
720 B
Racket

#lang scribble/manual
@require[scribble/example
"utils.rkt"
@for-label[phc-toolkit/untyped
extensible-parser-specifications
generic-syntax-expanders
racket/base
syntax/parse
(only-in racket/base [... ])]]
@title{extensible-parser-specifications}
@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
@defmodule[extensible-parser-specifications]
@include-section{defining-reusable-mixins.scrbl}
@include-section{no-order.scrbl}
@include-section{rest.scrbl}
@include-section{pre-global-post-section.scrbl}
@include-section{misc.scrbl}
@include-section{forward-attributes.scrbl}