Commit graph

10 commits

Author SHA1 Message Date
evancz
d53cecf3ba List module dependencies in elm and js code.
Planning on having the compiler crawl through to determine dependencies, then compile everything in an appropriate order. This will also let me print out compiler progress in a reasonable order.
2013-02-23 00:19:40 +01:00
evancz
c710179a3a Add date lib and clean up some existing modules. 2013-02-22 00:33:53 +01:00
evancz
62d30f24b8 Update mouse code. 2013-02-21 23:43:32 +01:00
evancz
8d26a1d5cc Add and fix up the Keyboard inputs. 2013-02-21 09:40:41 +01:00
evancz
9c105aeb9b Switch to new ADT format 2013-02-20 23:39:00 +01:00
evancz
54ffaab4fa Begin migrating signals over to new module format and to use new ADT structure. 2013-02-20 23:36:16 +01:00
evancz
cb609ea583 Get the color library in order. Remove the silly lifty functions from Automaton. 2013-02-10 03:58:40 -08:00
evancz
e05e9c5aca Split the List library into Elm and JS code. Do profiling for many functions (map, foldr, filter, length, zipWith, scanl, last, take, reverse) and get some nice speedups. 2013-02-10 01:45:45 -08:00
evancz
784ada68a8 Add the native list code. 2013-02-09 20:40:23 -08:00
evancz
1f89dce93a Rename core-elm to core, beginning the transitions to a standard library written primarily in Elm. 2013-02-09 20:40:05 -08:00