You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The
elps
executable should contain afmt
command which basically has a subset of thego 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)
The text was updated successfully, but these errors were encountered: