We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ide-mode should make this easy. http://docs.idris-lang.org/en/latest/reference/ide-protocol.html#protocol-overview (:interpret STRING)
(:interpret STRING)
the only thing we have to think about is how to display the repl
Ideas: TextEditorView with mini: true gives an input https://www.npmjs.com/package/atom-space-pen-views#constructor-params
The text was updated successfully, but these errors were encountered:
Repl progress:
Sorry, something went wrong.
👍
added in v0.4.0 (#80)
No branches or pull requests
ide-mode should make this easy.
http://docs.idris-lang.org/en/latest/reference/ide-protocol.html#protocol-overview
(:interpret STRING)
the only thing we have to think about is how to display the repl
Ideas:
TextEditorView with mini: true gives an input
https://www.npmjs.com/package/atom-space-pen-views#constructor-params
The text was updated successfully, but these errors were encountered: