https://github.com/kseo/language-dart
Dart source manipulation
https://github.com/kseo/language-dart
dart haskell
Last synced: 3 months ago
JSON representation
Dart source manipulation
- Host: GitHub
- URL: https://github.com/kseo/language-dart
- Owner: kseo
- License: bsd-3-clause
- Created: 2016-05-13T12:52:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T22:20:59.000Z (about 5 years ago)
- Last Synced: 2025-02-07T05:31:03.572Z (12 months ago)
- Topics: dart, haskell
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/language-dart
- Size: 71.3 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart source manipulation library
[](https://hackage.haskell.org/package/language-dart)
[](https://travis-ci.org/kseo/language-dart)
A library for manipulating Dart programming language source code:
- abstract syntax
- parser
- pretty-printer
# Maintainers
- [Sergey Bushnyak](https://github.com/sigrlami) - current maintainer
- [Mario Blažević](https://github.com/blamario) - co-maintainer, backup maintainer
# Acknowledgements
- [Kwang Yul Seo](https://github.com/kseo) - initial author