You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beautiful-racket/beautiful-racket-demo/txtadv-demo/5-lang/README.txt

11 lines
379 B
Plaintext

The "world.rkt" module now uses a non-S-expression syntax, as enabled
through the change of the first line to
#lang reader "txtadv-reader.rkt"
The new "txtadv-reader.rkt" module parses the syntax of "world.rkt"
and generates the original form as a syntax object.
The "txtadv.rkt" module language is unchanged, since
"txtadv-reader.rkt" converts "world.rkt" to its old form.