elm/compiler/Parse
2013-07-29 11:54:50 +02:00
..
Binop.hs Allow full expressions as the last member of binary expressions (t + t + e) 2013-06-23 01:31:34 -07:00
Declaration.hs Force whitespace between number and operator in infix declarations. 2013-07-16 14:50:35 +02:00
Expression.hs Add support for let (==>) = Lambda in … 2013-07-23 17:00:05 +02:00
Helpers.hs Remove use of SourceSyntax.Rename, which no longer exists 2013-07-29 11:54:50 +02:00
Literal.hs Add support for triple-quoted multi-line strings 2013-06-27 18:55:01 +02:00
Module.hs Fix parser for "import List" which before was not importing anything. 2013-07-26 12:31:49 +02:00
Parse.hs Make parse errors print more nicely 2013-07-22 14:40:00 +02:00
Pattern.hs Begin parsing types and patterns such as A.B.C 2013-07-22 14:40:32 +02:00
Type.hs Add record constructors, begin using lists to represent fields in record types to maintain ordering from the source program 2013-07-26 18:20:57 +02:00