eyamluate

Last updated:

0 purchases

eyamluate Image
eyamluate Images
Add to Cart

Description:

eyamluate

Eyamluate API in Dart #
Installation #
dart pub add eyamluate
copied to clipboard
Example #
import 'package:eyamluate/eval/eval.dart';
import 'package:eyamluate/eval/evaluator.dart';
import 'package:eyamluate/yaml/encoder.dart';
import 'package:eyamluate/yaml/yaml.dart';

void main() {
final evaluated = Evaluator().evaluate(EvaluateInput(
source: '''cat: ["Hello", ", ", "eyamluate", "!"]''',
));
final decoded = Encoder().encode(EncodeInput(
value: evaluated.value,
));
print(decoded.result);
// Output: "Hello, eyamluate!"
}
copied to clipboard
Eyamluate Project #
https://github.com/Jumpaku/eyamluate

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.