22 lines
568 B
Racket
22 lines
568 B
Racket
#lang scribble/doc
|
|
|
|
@(require scribble/manual)
|
|
|
|
@title{@italic{How to Design Classes} Languages}
|
|
|
|
The languages documented in this manual are provided by DrScheme to be
|
|
used with the @italic{How to Design Classes} book.
|
|
|
|
@table-of-contents[]
|
|
|
|
@;------------------------------------------------------------------------
|
|
|
|
@include-section["beginner.scrbl"]
|
|
@include-section["intermediate.scrbl"]
|
|
@include-section["intermediate-access.scrbl"]
|
|
@include-section["advanced.scrbl"]
|
|
|
|
@;------------------------------------------------------------------------
|
|
|
|
@index-section[]
|