tom_ast_model 0.1.1 copy "tom_ast_model: ^0.1.1" to clipboard
tom_ast_model: ^0.1.1 copied to clipboard

Serializable AST model for Dart source code. A complete, self-contained AST representation with JSON serialization — independent of the Dart analyzer and any interpreter runtime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tom_ast_model

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tom_ast_model: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tom_ast_model/tom_ast_model.dart';
0
likes
0
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

Serializable AST model for Dart source code. A complete, self-contained AST representation with JSON serialization — independent of the Dart analyzer and any interpreter runtime.

Homepage
Repository (GitHub)
View/report issues

Topics

#ast #dart #serialization #interpreter

License

unknown (license)

More

Packages that depend on tom_ast_model