Issues
- 5
0.19 Status?
#96 opened by dillonkearns - 0
Pattern matching exception
#106 opened by MajronMan - 0
Allow nested comments
#114 opened by wende - 7
add positional information to AST
#13 opened by Bogdanp - 0
Operator location with whitespace around
#100 opened by MajronMan - 15
Comments make parsing fail
#41 opened by joonazan - 3
Type assignment in let..in
#62 opened by wende - 0
Cannot parse an empty list with a space in it
#95 opened by gaul - 5
- 0
- 1
Parsing lambdas is extremely slow
#88 opened by mbuscemi - 2
- 1
Comments may cause parsing failure
#92 opened by muelli - 1
- 1
Can't parse tuples with empty records.
#86 opened by gjersvik - 0
Add correct parsing of hex numbers
#85 opened by wende - 0
Bad performance on arguments in new lines
#80 opened by wende - 2
`::` doesn't compose with other operators
#78 opened by wende - 1
Function type declaration in let expression
#77 opened by tunguski - 0
Can't parse type tuples with functions inside
#76 opened by wende - 2
Variables can't be negated with a minus
#70 opened by tunguski - 0
Parse character escape codes
#74 opened by wende - 1
Can't name values starting with keywords
#72 opened by wende - 1
- 3
Only allow pair (Maybe FunctionTypeDeclaration, FunctionDeclaration) as Statement ?
#66 opened by desmond-dsouza - 2
Parse error on names starting with `as`
#64 opened by tunguski - 1
Parse error on names starting with `let`
#57 opened by wende - 2
Parse error: function accessed with module name
#71 opened by tunguski - 1
Idea: add Elm to AST explorer
#69 opened by FranklinChen - 2
AccessFunction is only a syntactic sugar
#68 opened by tunguski - 2
Why is the Variable constructor: Variable (List Name) rather than Variable Name?
#63 opened by desmond-dsouza - 0
Make `as` work again
#60 opened by wende - 0
Split lines don't work in type definitons
#58 opened by wende - 1
- 0
Parsing effect module fails
#52 opened by tunguski - 2
Parse tuple constructor (,)
#51 opened by tunguski - 2
- 0
Add support for simple destructuring
#48 opened by wende - 0
Add support for access as a function
#46 opened by wende - 2
- 0
Proper asignment in records
#37 opened by wende - 0
Proper parsing for tuples
#38 opened by wende - 0
Comma binop fixity should be lower than |>
#35 opened by wende - 1
Cannot export infix functions
#25 opened by joonazan - 0
Fix :: operator associativity
#32 opened by wende - 0
Support `as` in case statement
#22 opened by wende - 1
Parser fails for `i = (*) 2`
#17 opened by krisajenkins - 1
Compilation fails when space after/before parens
#18 opened by wende - 0
Update for 0.18
#14 opened by Bogdanp - 2
AST printer?
#15 opened by liamcurry