-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add How-to guides on parsing Solidity for CLI/Rust/NPM #716
Conversation
|
documentation/public/user-guide/rust-crate/how-to-parse-a-file/index.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few suggestions.
Closes #334
This adds a more hands-on intro to the parsing API and adds two examples on how to use it:
This is done for Rust CLI, Rust library and the NPM package used as a library.
With this, we could probably get rid of the content from the respective index pages for Rust/NPM package and use this as the introductory first subpage as it overlaps with it now a bit.
Let me know if this is the direction we want to go in; didn't want to add more involved examples until I was sure that's what we want.