Thanks Ben! Took me a while to track this one down using your example as a
guide. Because the macro was provided by a submodule of the collection, I
needed a (require (for-syntax packrat/parse)) in there as well, otherwise
the @defform/subs would not link when it occurred under a
@defmodule[packrat
Here's a small package that gets the link right (attached).
If the example doesn't help, can you share your code?
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
t
I'm porting the PLaneT package 'packrat' to the new package catalog and I'm
having trouble documenting a syntax form.
Here is the relevant snippet from the scribble documentation:
@defform/subs[#:literals (! / := |@| quote)
(parse id (nonterminal-id (sequence body body0 ...) ...) .
3 matches
Mail list logo