elm/compiler/SourceSyntax
Evan Czaplicki 2d4afca06f Fix JS generation
correct generation of binops
use correct calling conventions for defining functions
only import modules by name since everything is canonical (no more
eval!)
simplify exports
have _op be a per module object (resolves "overwriting" problem)
2013-07-29 23:22:33 +02:00
..
Declaration.hs Create a source syntax for types that will get converted into the internal type representation during type checking. 2013-07-07 18:13:40 +02:00
Everything.hs Remove SourceSyntax.Rename, which was unused 2013-07-29 11:52:34 +02:00
Expression.hs Prettier printing for infix functions like div 2013-07-25 15:55:55 +02:00
Helpers.hs Fix JS generation 2013-07-29 23:22:33 +02:00
Literal.hs fix pretty printer for chars 2013-07-13 01:05:48 +02:00
Location.hs Convert more files to the new Expression format that relies more on 2013-07-04 17:24:04 +02:00
Module.hs Get rid of current canonicalization code 2013-07-29 11:53:45 +02:00
Pattern.hs Prettier printing for infix operator definitions 2013-07-23 15:43:21 +02:00
PrettyPrint.hs Prettier printing for infix operator definitions 2013-07-23 15:43:21 +02:00
Type.hs Simplify code to generate record constraints 2013-07-27 00:14:38 +02:00
Variable.hs Add support for pattern matching on literals. 2013-06-23 01:36:23 -07:00