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 REPL CLI command #37

Open
MaxDesiatov opened this issue Jun 8, 2019 · 0 comments
Open

Implement REPL CLI command #37

MaxDesiatov opened this issue Jun 8, 2019 · 0 comments

Comments

@MaxDesiatov
Copy link
Owner

A simple typology command should launch a new REPL instance that's ready to parse given Swift code and build an environment from it.

repl command should allow invocations of the form typology repl File.swift that parses the file and starts a REPL with all declarations in that file already available in scope.

So far it looks like Linenoise library would be the best option to try at first for the REPL implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant