dfmt 0.1.0
Walter Bright via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Mar 6 01:39:33 PST 2015
On 3/3/2015 3:03 PM, Brian Schott wrote:
> dfmt works by re-using my existing lexer and parser. The parser is run on the
> code first so that the formatting step knows a few things like the difference
> between the binary and unary forms of "*". Line splitting is figured out using a
> badly mangled version of A*.
How are comments handled?
More information about the Digitalmars-d-announce
mailing list