automata_theory 2.1.0 copy "automata_theory: ^2.1.0" to clipboard
automata_theory: ^2.1.0 copied to clipboard

Implementations of DFA, NFA and eNFA in Dart language

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add automata_theory

With Flutter:

 $ flutter pub add automata_theory

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

dependencies:
  automata_theory: ^2.1.0

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:automata_theory/abstractions/automatons.dart';
import 'package:automata_theory/abstractions/constants.dart';
import 'package:automata_theory/abstractions/exceptions.dart';
import 'package:automata_theory/abstractions/states.dart';
import 'package:automata_theory/automatons.dart';
import 'package:automata_theory/implementations/dfa.dart';
import 'package:automata_theory/implementations/episilon_nfa.dart';
import 'package:automata_theory/implementations/nfa.dart';
0
likes
140
pub points
30%
popularity

Publisher

unverified uploader

Implementations of DFA, NFA and eNFA in Dart language

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on automata_theory