tom_d4rt_ast 0.1.5 copy "tom_d4rt_ast: ^0.1.5" to clipboard
tom_d4rt_ast: ^0.1.5 copied to clipboard

Serializable AST model for Dart code interpretation without analyzer dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tom_d4rt_ast

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

dependencies:
  tom_d4rt_ast: ^0.1.5

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_d4rt_ast/tom_d4rt_ast.dart';
0
likes
0
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

Serializable AST model for Dart code interpretation without analyzer dependency.

Homepage
Repository (GitHub)
View/report issues

Topics

#ast #interpreter #d4rt #dart

License

unknown (license)

Dependencies

archive, tom_ast_model

More

Packages that depend on tom_d4rt_ast