issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correct printing of \r and \u{hex code} strings and chars
#51
lue-bird
closed
4 months ago
0
escape sequence in `Elm.CodeGen.string` sometimes isn't escaped in pretty printed expression
#50
lue-bird
closed
4 months ago
3
Missing parenthesis
#49
rupertlssmith
opened
8 months ago
1
Missing operators from `Url.Parser`
#48
okkero
opened
11 months ago
1
Bump qs from 6.5.2 to 6.5.3 in /test
#47
dependabot[bot]
opened
1 year ago
0
Fix a simple typo in the definition of the not-equals binary operator.
#46
allanderek
closed
2 years ago
0
Adds automatic parenthises
#45
gampleman
closed
2 years ago
2
Add parenthises automatically
#44
gampleman
closed
2 years ago
2
Support elm-pretty-printer 3.0.0
#43
naan
closed
2 years ago
1
Simple doc comments for method declarations are not possible
#42
anmolitor
opened
3 years ago
0
Add note about `elm/url` operators in `RELEASES`
#41
lue-bird
closed
3 years ago
0
exposed `prettyModule`, corrected example and spelling
#40
lue-bird
closed
3 years ago
1
rename `Elm.Pretty.prettyX` to `Elm.Pretty.x`
#39
lue-bird
opened
3 years ago
0
exposed `prettyModule`, corrected example and spelling
#38
lue-bird
closed
3 years ago
1
expose `Elm.CodeGen.infixExpose`
#37
lue-bird
opened
3 years ago
3
expose `Elm.Pretty.prettyModule`
#36
lue-bird
opened
3 years ago
1
`remOp`, `modulo`, `equals` and `notEqal` `BinOp`s
#35
lue-bird
opened
3 years ago
0
Add possibility for a type annotation for `letFunction`
#34
lue-bird
opened
3 years ago
0
print `accessFun "field"` as ".field"
#33
lue-bird
opened
3 years ago
1
falsely removes parens
#32
lue-bird
opened
3 years ago
1
Fix invalid printing of hex patterns, leading to invalid generated code
#31
SiriusStarr
closed
3 years ago
0
Bump lodash from 4.17.15 to 4.17.21 in /test
#30
dependabot[bot]
closed
3 years ago
0
Escape backslash, tab and newline in char literals
#29
sylbru
closed
3 years ago
1
Make it clear that `markdown` and `code` are for building these things in comments.
#28
rupertlssmith
opened
3 years ago
2
Consider using opaque types to ensure all names are legal Elm names.
#27
rupertlssmith
opened
3 years ago
0
Add a comment to `Declaration` to explain not to use it.
#26
rupertlssmith
opened
3 years ago
0
Make `file` parameters be in the natural order they appear in the file.
#25
rupertlssmith
opened
3 years ago
0
There is no way to create a module that exposes all.
#24
rupertlssmith
opened
3 years ago
1
Example in README is outdated.
#23
rupertlssmith
opened
3 years ago
0
Bump lodash from 4.17.15 to 4.17.19 in /test
#22
dependabot[bot]
closed
3 years ago
1
Add fully qualified type annotation.
#21
akoppela
opened
4 years ago
3
`chain` function recurses into the `pipe` function
#20
rupertlssmith
opened
4 years ago
0
Feature: Function for generating chains of any binary operator.
#19
rupertlssmith
opened
4 years ago
0
Single line comments
#18
lemol
closed
2 months ago
2
Should expose LetDeclaration.
#17
rupertlssmith
closed
4 years ago
1
Can make possible operators explicit since no custom operators in Elm 0.19
#16
rupertlssmith
closed
4 years ago
0
`Elm.Pretty` is confusing.
#15
rupertlssmith
closed
4 years ago
1
Add helper functions for applying constructors.
#14
rupertlssmith
closed
4 years ago
0
Improve API for common infix binary
#13
showell
closed
4 years ago
1
Vertical type aliases for records.
#12
rupertlssmith
opened
5 years ago
0
Add simple examples for CodeGen
#11
showell
opened
5 years ago
0
Allow vertical pipelines
#10
showell
opened
5 years ago
6
Add parenthesis based on operator precedence.
#9
rupertlssmith
closed
2 years ago
0
Better if the DSL already knows about operator associativity (and precedence).
#8
rupertlssmith
opened
5 years ago
1
funDecl and valDecl use signature which is partly redundant.
#7
rupertlssmith
closed
5 years ago
0
InfixDirections not exposed, making using opApply hard.
#6
rupertlssmith
closed
5 years ago
0
No way to create a `Function` for `letFunction`.
#5
rupertlssmith
closed
5 years ago
0
Named patterns need parenthesis.
#4
rupertlssmith
closed
5 years ago
0
No constructors for building let declarations.
#3
rupertlssmith
closed
5 years ago
0
Pattern declarations should not be allowed at top-level.
#2
rupertlssmith
closed
5 years ago
1
Next