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

REPL mode #123

Closed
tlienart opened this issue Mar 11, 2022 · 0 comments · Fixed by #222
Closed

REPL mode #123

tlienart opened this issue Mar 11, 2022 · 0 comments · Fixed by #222

Comments

@tlienart
Copy link
Owner

Requires primarily to parse a code block into split stuff. Can look at https://github.com/JuliaDocs/Documenter.jl/blob/6d633fbfb01407f44434f9cfa84e67586b6e8957/src/Utilities/Utilities.jl#L96-L150

but in short would amount to doing a gradual parse of the code block (which is already done I think), then instead of executing the block in one shot, execute each expression one by one.

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

Successfully merging a pull request may close this issue.

1 participant