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

module support in m`` #153

Open
dckc opened this issue Jan 6, 2017 · 2 comments
Open

module support in m`` #153

dckc opened this issue Jan 6, 2017 · 2 comments

Comments

@dckc
Copy link
Member

dckc commented Jan 6, 2017

I want to parse the source of a module from a file. parseModule has a tempting name, but there's a lot of plumbing to set up with astBuilder and such and the result doesn't grok .expand().

It looks like all I really want is another named arg on eval to get it to use parseModule instead of parseExpression.

@dckc
Copy link
Member Author

dckc commented Jan 6, 2017

I take that back... what I want is something like ::"m``".fromStr() but with module support.

@dckc dckc changed the title module support in eval() module support in m`` Jan 6, 2017
@dckc
Copy link
Member Author

dckc commented Jan 8, 2017

This blocks #154

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