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?