-
Notifications
You must be signed in to change notification settings - Fork 4
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
Using parsers for transforming #28
Comments
There is absolutely nothing that prevents you from doing this. Some existing examples require the use of other libraries. For example, pythonji requires the use of |
You are absolutely right, and I plan to do so. I just wanted to say that in solutions related to language processing, an approach using parsers can greatly simplify the processing task. Accordingly, in my opinion, it would be most appropriate to include such functionality in such solutions. Naturally, everything is at your discretion. Thanks |
If you do so, would you mind adding a link to this issue so that I could see if I could include a similar example in this project? |
Shure |
here is an example |
Thanks. |
Related to aroberge#15 and aroberge#28.
It would be very useful to implement the search and processing of fragments of transformable code using parsers
For example, using lark-parser, we could make a transformation like this:
The text was updated successfully, but these errors were encountered: