elm/compiler
Evan Czaplicki 2c080b6b0d Mark Char and Text values to distinguish them from Strings
Also get rid of the unwords and unlines functions which are confusing
and can more easily be reproduced with (join " ") and (join "\n")
2013-10-10 13:57:33 -07:00
..
Generate Mark Char and Text values to distinguish them from Strings 2013-10-10 13:57:33 -07:00
Language Remove generateHtml, which is dead code 2013-09-28 15:39:52 -04:00
Metadata Ensure that binary serialization works on Windows. Previously had issues with line ending conversions messing with binary data. 2013-08-06 00:36:07 -07:00
Parse Treat strings like any other pattern literal 2013-10-02 16:55:46 -07:00
SourceSyntax Add fixities to module interfaces 2013-09-15 14:39:55 -07:00
Transform Add Strings as a primitive in the compiler 2013-10-02 15:56:43 -07:00
Type Add String as an appendable type 2013-10-02 16:04:30 -07:00
Compiler.hs Relax mtime test in alreadyCompiled 2013-10-09 13:10:35 +02:00
Docs.hs Switch format of OpTables, and add iParse that takes a table 2013-09-15 14:39:55 -07:00
Dummy.cabal Remove SourceSyntax.Rename 2013-07-29 13:21:59 +02:00
Initialize.hs Add --src-dir flag 2013-10-05 16:12:25 -07:00
Paths_El.hs Allow prefixes on FFI types 2013-08-01 15:37:34 -07:00