Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseo/language-dart
Dart source manipulation
https://github.com/kseo/language-dart
dart haskell
Last synced: 26 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T22:20:59.000Z (almost 4 years ago)
- Last Synced: 2024-09-17T03:12:56.300Z (about 2 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
[![Hackage](https://img.shields.io/hackage/v/language-dart.svg?style=flat)](https://hackage.haskell.org/package/language-dart)
[![Build Status](https://travis-ci.org/kseo/language-dart.svg?branch=master)](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