libprolog 0.1.2 copy "libprolog: ^0.1.2" to clipboard
libprolog: ^0.1.2 copied to clipboard

A modern, ISO-compliant Prolog engine for Dart. Supports ISO Prolog core predicates, DCG, and provides a clean API for embedding in Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libprolog

With Flutter:

 $ flutter pub add libprolog

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

dependencies:
  libprolog: ^0.1.2

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:libprolog/libprolog.dart';
1
likes
160
points
144
downloads

Publisher

verified publisherlibdbm.com

Weekly Downloads

A modern, ISO-compliant Prolog engine for Dart. Supports ISO Prolog core predicates, DCG, and provides a clean API for embedding in Dart applications.

Repository (GitHub)
View/report issues

Topics

#prolog #logic-programming #iso-prolog #dcg #inference-engine

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_console

More

Packages that depend on libprolog