https://github.com/juancastillo0/dart-parser
Parser for the Dart programming language grammar. Written in Rust with a WASM, Dart and JavaScript API
https://github.com/juancastillo0/dart-parser
dart grammar javascript nodejs parser parser-generator wasm
Last synced: 3 months ago
JSON representation
Parser for the Dart programming language grammar. Written in Rust with a WASM, Dart and JavaScript API
- Host: GitHub
- URL: https://github.com/juancastillo0/dart-parser
- Owner: juancastillo0
- Created: 2022-08-24T18:45:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T13:11:35.000Z (over 3 years ago)
- Last Synced: 2025-03-28T16:44:30.622Z (over 1 year ago)
- Topics: dart, grammar, javascript, nodejs, parser, parser-generator, wasm
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO: Put a short description of the package here that helps potential users
know whether this package might be useful for them.
## Features
TODO: List what your package can do. Maybe include images, gifs, or videos.
## Getting started
TODO: List prerequisites and provide or point to information on how to
start using the package.
## Usage
TODO: Include short and useful examples for package users. Add longer examples
to `/example` folder.
```dart
const like = 'sample';
```
## Additional information
TODO: Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.