elm/compiler/Parse
2013-07-23 17:00:05 +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 Create an isOp function for strings. 2013-07-16 21:37:48 +02:00
Literal.hs Add support for triple-quoted multi-line strings 2013-06-27 18:55:01 +02:00
Module.hs More specific imports 2013-07-16 21:38:43 +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 Begin parsing types and patterns such as A.B.C 2013-07-22 14:40:32 +02:00