Did you know ... | Search Documentation: |
![]() | Pack diagnostics -- README.md |

SWI-Prolog source code diagnostics.
To install this package as a library run the following command:
$ swipl -g "pack_install(diagnostics)" -t halt
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 is generated with PlDoc) and available at this link.
For questions, requests, patches, please write to ~eshel/dev@lists.sr.ht specifying the name of this repository in mail subject, e.g. `[PATCH diagnostics.pl] fix it`.