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

https://github.com/xvrh/dart_parser


https://github.com/xvrh/dart_parser

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# dart parser
A simplified version of the dart [analyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer) package that can run in the browser.

Only parsing of Dart code into AST (no resolution).