From 8fc3cd4f4d1ae524a014a660cee79599900bcf1d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 12 Aug 2016 11:59:03 -0700 Subject: [PATCH] touchup --- beautiful-racket-lib/br/scribblings/br.scrbl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/beautiful-racket-lib/br/scribblings/br.scrbl b/beautiful-racket-lib/br/scribblings/br.scrbl index 0fd29c2..ea781e0 100644 --- a/beautiful-racket-lib/br/scribblings/br.scrbl +++ b/beautiful-racket-lib/br/scribblings/br.scrbl @@ -12,7 +12,6 @@ @author[(author+email "Matthew Butterick" "mb@mbtype.com")] -@defmodule[br] @link["http://beautifulracket.com"]{@italic{Beautiful Racket}} is a book about making programming languages with Racket. @@ -20,13 +19,14 @@ This library provides the @tt{#lang br} teaching language used in the book, as w This library is designed to smooth over some of the small idiosyncrasies and inconsistencies in Racket, so that those new to Racket are more likely to say ``ah, that makes sense'' rather than ``huh? what?'' +@;{ @section{The @tt{br} language(s)} @defmodulelang[br] @defmodulelang[br/quicklang] - +} @section{Conditionals} @@ -407,8 +407,10 @@ The generated @racket[read] function takes one argument, an input port. It calls } +@;{ @section{Syntax} @defmodule[br/syntax] -TK \ No newline at end of file +TK +} \ No newline at end of file