dslgen 0.1.3 copy "dslgen: ^0.1.3" to clipboard
dslgen: ^0.1.3 copied to clipboard

A DSL generation command-line application.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dslgen

Use it

The package has the following executables:

$ dslgen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dslgen

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

dependencies:
  dslgen: ^0.1.3

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:dslgen/cli.dart';
import 'package:dslgen/json_utils.dart';
import 'package:dslgen/visitor/original_ast_visitor.dart';
import 'package:dslgen/visitor/yingzi_ast_visitor.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A DSL generation command-line application.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, args

More

Packages that depend on dslgen