sol_ast 0.1.0+3 copy "sol_ast: ^0.1.0+3" to clipboard
sol_ast: ^0.1.0+3 copied to clipboard

Solidity AST node definitions and visitor framework for the sol_pkgs compiler.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sol_ast

With Flutter:

 $ flutter pub add sol_ast

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

dependencies:
  sol_ast: ^0.1.0+3

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

Import it

Now in your Dart code, you can use:

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Solidity AST node definitions and visitor framework for the sol_pkgs compiler.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

sol_support

More

Packages that depend on sol_ast