1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix colors More... over 12 years ago
Fix colors More... over 12 years ago
Fix colors More... over 12 years ago
Correct to work with v0.3 More... over 12 years ago
Correct information on elm-mini.js. Explain the versioned runtime system. More... over 12 years ago
Add a hidden function for the JS FFI
Evan Czaplicki
as evancz
More... over 12 years ago
The beginnings of a JavaScript FFI
Evan Czaplicki
as evancz
More... over 12 years ago
Fix changelog.
Evan Czaplicki
as evancz
More... over 12 years ago
Update runtime with new colors.
Evan Czaplicki
as evancz
More... over 12 years ago
Switch how colors are defined (Ints instead of Floats) and add four colors (grey, yellow, magenta, cyan).
Evan Czaplicki
as evancz
More... over 12 years ago
Create Prelude module which exports a bunch of List functions. Add `take` and `drop` to Data.List. Ensure that prelude is automatically imported, even if it is not listed.
Evan Czaplicki
as evancz
More... over 12 years ago
Change .txt file to .md.
Evan Czaplicki
as evancz
More... over 12 years ago
Add change log and js-runtime to elm/ folder.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix resizing bug in Dispatcher.js. Bump version number for elm-server.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix two bugs: (1) Reported text size was incorrect for headers. (2) The outermost div was not resized properly.
Evan Czaplicki
as evancz
More... over 12 years ago
Add --separate-js and --only-js flags. Improve error messages for missing and conflicting modules.
Evan Czaplicki
as evancz
More... over 12 years ago
Get compiler working with multiple source files.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix sizing bug in runtime system.
Evan Czaplicki
as evancz
More... over 12 years ago
Update .cabal file.
Evan Czaplicki
as evancz
More... over 12 years ago
Automatically import modules from .js.
Evan Czaplicki
as evancz
More... over 12 years ago
Add basic module system and improve parser error messages.
Evan Czaplicki
as evancz
More... over 12 years ago
Update elm-mini.js.
Evan Czaplicki
as evancz
More... over 12 years ago
Add modules to parser. Do some minor restructuring of parser directory.
Evan Czaplicki
as evancz
More... over 12 years ago
Move some modules to the Gen/ folder.
Evan Czaplicki
as evancz
More... over 12 years ago
Add Keyboard.Raw, Data.Char, and Data.Maybe libraries.
Evan Czaplicki
as evancz
More... over 12 years ago
Generalize equality. Equality is now derived for all values (in the spirit of OCaml). Also bump version numbers.
Evan Czaplicki
as evancz
More... over 12 years ago
Fix `above` and `below` to work properly with the new parser, and add a slightly better error message for runtime issues.
Evan Czaplicki
as evancz
More... over 12 years ago
Stop `parens` from escaping the Ast module.
Evan Czaplicki
as evancz
More... over 12 years ago
Provide a show instance for Patterns.
Evan Czaplicki
as evancz
More... over 12 years ago
Allow pattern matching on ADTs that are not surrounded by parentheses.
Evan Czaplicki
as evancz
More... over 12 years ago