[racket-dev] [plt] Push #23142: master branch updated

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri Jul 29 20:05:19 EDT 2011

On Fri, Jul 29, 2011 at 6:59 PM,  <rafkind at racket-lang.org> wrote:
> +(define-lex-abbrev block-comment (:: "/*"
> +                                     (complement (:: any-string "*/" any-string))
> +                                     "*/"))

Can we please not make the same mistake that C made of having comments not nest?
-- 
sam th
samth at ccs.neu.edu



Posted on the dev mailing list.