Skip to content

implement a proper REPL #655

Open
Open
@steveklabnik

Description

@steveklabnik

Issue by thestinger
Thursday Oct 17, 2013 at 02:38 GMT

For earlier discussion, see rust-lang/rust#9898

This issue was labelled with: A-an-interesting-project, E-hard in the Rust repository


It shouldn't re-compile and re-run the entire input so far with each new addition, and should be able to recover from a compilation error or failure. This should likely be implemented in a separate repository until it's solid and has a working test suite.

A good basis for the design would be the cling REPL for C++ built on top of libclang using LLVM's JIT compiler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-dev-toolsRelevant to the development tools team, which will review and decide on the RFC.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions