Enhancements for the scribble language (a documentation language based on Racket)
Go to file
Matthew Flatt 61df6d0660 at-exp and scribble: adjust reader to compose better with readtable extensions
The `at-exp` reader now delays picking up the current readtable until
`read`/`read-syntax` is called. Also, it uses the new 'dynamic configuration
of readers for the command and datum parts of an @-form, which delays a
decision of readtable on each part until reading the part.

Thanks to Alexander Knauth for sorting out pieces of the puzzle.

original commit: a087aea3e58560427980b28d9ccb64815edbff01
2014-07-14 10:21:56 +01:00
pkgs/scribble-pkgs at-exp and scribble: adjust reader to compose better with readtable extensions 2014-07-14 10:21:56 +01:00