Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jetaggart/light-haskell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.3
Choose a base ref
...
head repository: jetaggart/light-haskell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.4
Choose a head ref
  • 19 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 25, 2014

  1. Notify when ghci exits.

    heyLu committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    499cf19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f5416 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2014

  1. Merge branch 'more-robust-eval'.

    Conflicts:
    	haskell_compiled.js
    	haskell_compiled.js.map
    heyLu committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    135b380 View commit details
    Browse the repository at this point in the history
  2. Initial repl client in Haskell.

    Spawns `ghci` or `cabal repl` and clears the initial output, nothing
    more yet. I'm not sure whether I like doing this in Haskell, because it
    looks quite verbose.
    heyLu committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    08bf944 View commit details
    Browse the repository at this point in the history
  3. Simple evaluation support.

    Doesn't return error output yet.
    heyLu committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    3093e54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f26ffd0 View commit details
    Browse the repository at this point in the history
  5. Use consistent naming.

    heyLu committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    9d74ebf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c72ea41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    849ef87 View commit details
    Browse the repository at this point in the history
  8. more readable variables

    jetaggart committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    361d2d7 View commit details
    Browse the repository at this point in the history
  9. Properly exit the repl process.

    heyLu committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    d928022 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c38b39b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3242f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8180950 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    799eb42 View commit details
    Browse the repository at this point in the history
  14. Pass the project directory to the server.

    And start the repl in that directory.
    heyLu committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    2fe4d13 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #30 from jetaggart/eval-in-haskell

    Prototype for evaluation on the server.
    jetaggart committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    04037ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1bb1be2 View commit details
    Browse the repository at this point in the history
  17. v0.2.4

    jetaggart committed Jan 26, 2014
    Configuration menu
    Copy the full SHA
    99b9071 View commit details
    Browse the repository at this point in the history
Loading