-
Notifications
You must be signed in to change notification settings - Fork 24
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
Move AST to standalone tiny package #124
Comments
Current set of considerations:
|
@cd1m0 Hello. Consider some of the steps above if there would be some spare time. Thanks. |
These are all valid considerations. I just want to comment on two of them:
Everything else in the considerations seems ok to me. |
Current package has two goals:
We are considering to move AST processing to a standalone tiny package in near future. Current reasoning:
sol-ast-compile
or developing side CLI packages, but not that suitable in case if someone would like to use typed AST in browser.ASTReader
does not care how source were compiled - it requires only compiler output. Users may usenative
,wasm
or whatever compiler to compile source and just supply returned data.A plan:
We are publising this to receive opinions and infrom about further changes. Thanks for your time and attention.
The text was updated successfully, but these errors were encountered: