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

dependency free codegen #120

Closed
Roger-luo opened this issue Apr 9, 2021 · 1 comment
Closed

dependency free codegen #120

Roger-luo opened this issue Apr 9, 2021 · 1 comment

Comments

@Roger-luo
Copy link
Collaborator

I think mentioned by @thautwarm initially and @MasonProtter also mentioned this at some point that we can expand @match etc. to get rid of the dependency of MLStyle so we can have a much better loading time.

I tried a little bit today, here is a gist: https://gist.github.com/Roger-luo/241ee8ab360e91aefc5b8d45947050a5

the current problem is mainly about the interpolation operator $, when we unparse the Julia Expr, we aren't able to generate the correct text for $ operator. I'll left it here as an issue in case someone else wants to work on this direction.

@Roger-luo
Copy link
Collaborator Author

see Roger-luo/Expronicon.jl#13

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