racket/collects/scribblings/guide/read.scrbl
2007-05-24 02:20:28 +00:00

6 lines
189 B
Racket

@title{Parsing Programs and Data}
The set of syntactic forms and even lexem syntax for a Scheme program
is extensible, so a conventional BNF grammar cannot capture the
grammar of Scheme.