issues
search
Bogdanp
/
elm-ast
A parser for Elm in Elm.
http://bogdanp.github.io/elm-ast/example/
BSD 3-Clause "New" or "Revised" License
143
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade to Elm 0.19
#120
sgdan
opened
4 years ago
2
Parse hex integers
#119
MajronMan
closed
4 years ago
0
Parse empty records
#118
MajronMan
closed
4 years ago
0
Parse empty list with whitespace inside
#117
MajronMan
closed
4 years ago
0
Enable variable negation
#116
MajronMan
closed
4 years ago
0
Fix binary operator column number when surrounded by whitespace
#115
MajronMan
closed
4 years ago
0
Allow nested comments
#114
wende
opened
5 years ago
0
Code readability improvements to pattern parsers
#113
wende
closed
4 years ago
0
Pattern match
#112
MajronMan
closed
5 years ago
0
Pattern match
#111
MajronMan
closed
5 years ago
0
Literal
#110
MajronMan
closed
5 years ago
0
Extend Expression
#109
MajronMan
closed
5 years ago
0
Bump parser-combinators version
#108
MajronMan
closed
5 years ago
0
Add docs to Ast.Common
#107
MajronMan
closed
5 years ago
0
Pattern matching exception
#106
MajronMan
closed
5 years ago
0
Pattern matching
#105
MajronMan
closed
5 years ago
0
Bump version
#104
MajronMan
closed
5 years ago
0
Move part of Ast.Helpers to Ast.Common and expose it
#103
MajronMan
closed
5 years ago
0
Use https for deps
#102
MajronMan
closed
5 years ago
0
Majron man 13 positional information in ast
#101
wende
closed
5 years ago
0
Operator location with whitespace around
#100
MajronMan
opened
5 years ago
0
Closes #13 - Add positional information
#99
MajronMan
closed
5 years ago
0
Hotfix empty lines fail when have spaces
#98
wende
closed
5 years ago
0
WIP - Closes #13 - Positional information
#97
wende
closed
5 years ago
1
0.19 Status?
#96
dillonkearns
opened
6 years ago
5
Cannot parse an empty list with a space in it
#95
gaul
opened
6 years ago
0
Record in parameters and faster application
#94
wende
closed
6 years ago
0
Closes #67 - Nested cases
#93
wende
closed
6 years ago
0
Comments may cause parsing failure
#92
muelli
closed
6 years ago
1
Hotfix: List.Extra tests and package different versions
#91
wende
closed
6 years ago
0
list extra update
#90
wende
closed
6 years ago
0
Refactor binary not to use mutual recursion
#89
wende
closed
6 years ago
0
Parsing lambdas is extremely slow
#88
mbuscemi
closed
6 years ago
1
Regex parser for name should not include '-' character for elm 0.18
#87
YetAnotherMinion
opened
7 years ago
1
Can't parse tuples with empty records.
#86
gjersvik
opened
7 years ago
1
Add correct parsing of hex numbers
#85
wende
opened
7 years ago
0
Add positional information
#84
baransu
closed
5 years ago
10
Better multiline performance
#83
baransu
closed
7 years ago
1
Better multiline performance
#82
baransu
closed
7 years ago
0
Fast and correct type parsing written by Elm core team
#81
joonazan
opened
7 years ago
5
Bad performance on arguments in new lines
#80
wende
closed
7 years ago
0
Can't parse record updates as a non-last parameter in a function
#79
wende
closed
6 years ago
0
`::` doesn't compose with other operators
#78
wende
closed
7 years ago
2
Function type declaration in let expression
#77
tunguski
closed
7 years ago
1
Can't parse type tuples with functions inside
#76
wende
opened
7 years ago
0
Closes #74 parse character codes
#75
wende
closed
7 years ago
0
Parse character escape codes
#74
wende
closed
7 years ago
0
Closes #72 keywords in names
#73
wende
closed
7 years ago
0
Can't name values starting with keywords
#72
wende
closed
7 years ago
1
Parse error: function accessed with module name
#71
tunguski
closed
7 years ago
2
Next