elm/compiler/Parse
2013-08-02 16:09:06 -07: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 Allow prefixes on FFI types 2013-08-01 15:37:34 -07:00
Expression.hs Use Location.none less 2013-07-30 11:55:41 -07:00
Helpers.hs Parse qualified infix functions 2013-08-01 15:38:19 -07: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 Unhide thing that does not exist 2013-08-02 16:09:06 -07: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