eyamluate 0.0.2
eyamluate: ^0.0.2 copied to clipboard
A starting point of a Dart library.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add eyamluateWith Flutter:
$ flutter pub add eyamluateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
eyamluate: ^0.0.2Alternatively, 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:eyamluate/eval/eval.dart';
import 'package:eyamluate/eval/evaluator.dart';
import 'package:eyamluate/eval/fun_def_list.dart';
import 'package:eyamluate/eval/operation.dart';
import 'package:eyamluate/eval/path.dart';
import 'package:eyamluate/eval/validator.dart';
import 'package:eyamluate/eval/validator.g.dart';
import 'package:eyamluate/yaml/decoder.dart';
import 'package:eyamluate/yaml/encoder.dart';
import 'package:eyamluate/yaml/value.dart';
import 'package:eyamluate/yaml/yaml.dart';