Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "Rethinking REPLs" #248

Merged
merged 11 commits into from Jun 24, 2019
Merged

Commits on May 31, 2019

  1. Evaluate commands

    isovector committed May 31, 2019
    Copy the full SHA
    456e8c0 View commit details
    Browse the repository at this point in the history
  2. Pretty print evals

    isovector committed May 31, 2019
    Copy the full SHA
    3b1d56e View commit details
    Browse the repository at this point in the history
  3. Add --allow-eval flag

    isovector committed May 31, 2019
    Copy the full SHA
    ca1f85b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Minor review changes

    isovector committed Jun 1, 2019
    Copy the full SHA
    26464a0 View commit details
    Browse the repository at this point in the history
  2. Lint

    isovector committed Jun 1, 2019
    Copy the full SHA
    b9c16e5 View commit details
    Browse the repository at this point in the history
  3. readFileUTF8'

    isovector committed Jun 1, 2019
    Copy the full SHA
    47222af View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7f49108 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. enableEval

    isovector committed Jun 8, 2019
    Copy the full SHA
    42d6025 View commit details
    Browse the repository at this point in the history
  2. EvalResult type

    isovector committed Jun 8, 2019
    Copy the full SHA
    9e343b4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7881227 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary imports

    isovector committed Jun 8, 2019
    Copy the full SHA
    7902d31 View commit details
    Browse the repository at this point in the history