Did you know ... Search Documentation:
Pack diagnostics -- README.md

diagnostics.pl

![builds.sr.ht status](https://builds.sr.ht/~eshel/diagnostics.pl?)

SWI-Prolog source code diagnostics.

Installation

To install this package as a library run the following command:

$ swipl -g "pack_install(diagnostics)" -t halt

Usage

To run diagnosis on all source files in a given diretory:

$ swipl -q -g "use_module(library(diagnostics))" -t halt -- some/path/*.pl another/file.pl

Documentation

Documentation is generated with PlDoc) and available at this link.

Contributing

For questions, requests, patches, please write to [~eshel/dev@lists.sr.ht](mailto:~eshel/dev@lists.sr.ht) specifying the name of this repository in mail subject, e.g. `[PATCH diagnostics.pl] fix it`.