Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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