Skip to content

Opinionated formatter included in the binary #44

@bmatsuo-at-luthersystems

Description

The elps executable should contain a fmt command which basically has a subset of the go fmt options.

The parser should be adapted so that it can keep comments and produce an AST that allows it to distinguish whether block comments are attached to an expression or not. That is the following code pieces should not modified and are not equivalent

;; hello

(world)
;; hello
(world)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions