[MLton] can mlbasis rename the top-level?

Matthew Fluet fluet@cs.cornell.edu
Tue, 6 Sep 2005 17:35:38 -0400 (EDT)


>> Handling SML blocks seems appreciably harder to me, because you
>> actually have to tokenize the SML.  Handling comments just requires
>> looking for "(*" and "*)".
>
> And knowing when you're inside a string, since then you don't want to
> count "(*" or "*)".

Or take "}>}" as the closing delimiter.