automaton_generator 1.0.0 copy "automaton_generator: ^1.0.0" to clipboard
automaton_generator: ^1.0.0 copied to clipboard

retracted

The `automaton generator` is a low-level generator for use with generators of converters (encoders/decoders), scanners, parsers, state machines and the like

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add automaton_generator

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

dependencies:
  automaton_generator: ^1.0.0

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:automaton_generator/automaton_generator.dart';
0
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

The `automaton generator` is a low-level generator for use with generators of converters (encoders/decoders), scanners, parsers, state machines and the like

Repository (GitHub)
View/report issues

Topics

#automaton #state-machine

License

unknown (license)

Dependencies

simple_sparse_list

More

Packages that depend on automaton_generator