-
Notifications
You must be signed in to change notification settings - Fork 3
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
Gura parser for Dart #2
Comments
Hi! Thank you so much for your work! Your library has been added to the Library Implementations list in the Gura official repo! I will be taking a look at the fixes you mentioned in your project to see if I can learn and improve existing implementations. There are implementations in Rust and, I hope, other languages coming in the next few weeks. Thanks for helping Gura grow! Best regards! |
I'd be happy to discuss changes/improvements sometime if you're up for it. Do you guys have a Discord or some other chat available? |
We're happy to listen all your proposals! Gura is a little community righ now, so we don't have a Discord channel. If you want to, you can get in touch with us:
I hope we have an official channel in the near future :D |
Sounds good. I've sent a friend request on Discord. I have a lot of experience configuring/maintaining Discord servers thanks to all the time I've spent developing Discord bots and frameworks, and I'd be happy to help set up a server if you'd like. |
Hello! I have created a Gura parser for Dart and wanted to see if you'd like to add it to the list of implementations.
The source is available here:
https://github.com/zajrik/gura-dart-parser
and the package is available here:
https://pub.dev/packages/gura
This is largely a port of the official TypeScript parser but I've done a lot of cleaning up, refactoring, and internal documentation to help myself better understand the inner mechanics, as well as make some things work in Dart that can't translate directly from TS/JS.
I look forward to hearing from you.
The text was updated successfully, but these errors were encountered: