the-sett / elm-syntax-dsl

A DSL for creating Elm syntax trees and pretty printing Elm source code.
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

Missing parenthesis #49

Open rupertlssmith opened 6 months ago

rupertlssmith commented 6 months ago

There are sometimes issues with missing or extra parenthesis. This PR seems to address, but currently not exactly sure of the exact issue, so this is really just an issue to keep a link as a reminder to look into it:

https://github.com/mdgriffith/elm-codegen/pull/84

miniBill commented 6 months ago

The implementation is (a reinterpretation of) https://stackoverflow.com/questions/27471937/showsprec-and-operator-precedences