https://github.com/xvrh/dart_parser
https://github.com/xvrh/dart_parser
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xvrh/dart_parser
- Owner: xvrh
- Created: 2016-08-09T15:43:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T13:16:23.000Z (over 8 years ago)
- Last Synced: 2025-03-16T19:56:49.960Z (7 months ago)
- Language: Dart
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).