- dead_code_scanner — The Logtalk Handbook v3.84.0 documentation🔍
- dead_code_scanner — Logtalk APIs v3.84.0 documentation🔍
- Release v3.84.0 Paulo Moura🔍
- Developer Tools — The Logtalk Handbook v3.84.0 documentation🔍
- Logtalk APIs v3.84.0 documentation🔍
- make — The Logtalk Handbook v3.84.0 documentation🔍
- help — The Logtalk Handbook v3.84.0 documentation🔍
- debugger — The Logtalk Handbook v3.84.0|b01 documentation🔍
dead_code_scanner — The Logtalk Handbook v3.84.0 documentation
dead_code_scanner — The Logtalk Handbook v3.84.0 documentation
dead_code_scanner. This tool detects likely dead code in Logtalk entities and in Prolog modules compiled as objects. Predicates (and non-terminals) are ...
dead_code_scanner — Logtalk APIs v3.84.0 documentation
A tool for detecting likely dead code in compiled Logtalk entities and Prolog modules compiled as objects. Availability: logtalk_load(dead_code_scanner(loader)).
Release v3.84.0 Paulo Moura - The Logtalk Handbook
Logtalk is a declarative object-oriented logic programming language. This means that Logtalk shares key concepts with other object-oriented ...
Developer Tools — The Logtalk Handbook v3.84.0 documentation
Developer Toolsïƒ. The documentation of each developer tool can also be found in the tool directory in the NOTES.md file.
Logtalk APIs v3.84.0 documentation
dead_code_scanner · dead_code_scanner_messages · tools/debug_messages ... handbook/0 · handbook/1 · harmonic_mean/2 · head/2 · head_pred/1 · help/0 · hex_digit//1.
Logtalk APIs v3.84.0 documentation
Handbook · Logtalk website · GitHub repo. Logtalk APIs. Logtalk APIs; View page ... coroutining · csv · csv · csv(Header,Separator,IgnoreQuotes) ...
make — The Logtalk Handbook v3.84.0 documentation - SWI-Prolog
make ïƒ. Logtalk provides a make tool supporting several targets using the logtalk_make/0-1 built-in predicates. Top-level shortcuts for the targets are ...
help — The Logtalk Handbook v3.84.0 documentation
dead_code_scanner · debug_messages · debugger · diagrams · doclet; help. Requirements; API documentation; Loading; Testing; Supported operating-systems; Usage ...
debugger — The Logtalk Handbook v3.84.0-b01 documentation
This tool provides the default Logtalk command-line debugger. Unlike Prolog systems, the Logtalk debugger is a regular application, using a public API. As a ...
Libraries — Logtalk APIs v3.84.0 documentation
To load any library (including developer tools, ports, and contributions), use the goal logtalk_load(library_name(loader)) . To run the library tests, use the ...
lgtdoc — The Logtalk Handbook v3.84.0 documentation
lgtdoc. This is the default Logtalk documenting tool for generating API documentation for libraries and applications. It uses the structural reflection ...
tutor — The Logtalk Handbook v3.84.0 documentation
tutor. This tool adds explanations and suggestions for selected warning and error messages from the compiler/runtime and the developer tools.
User Manual — The Logtalk Handbook v3.84.0 documentation
The Logtalk Handbook. User Manual; Edit on GitHub. User Manual . Declarative object-oriented programming · Main features · Integration of logic and object- ...
Predicates — Logtalk APIs v3.84.0 documentation
dead_code_scanner · lgtdocp. all/1. code_metric · dead_code_scanner · lgtdocp ... handbook/1. help_info_support. harmonic_mean/2. statisticsp. head/2 ...
linter — The Logtalk Handbook v3.84.0 documentation
Additional lint checks are provided by the lgtunit , lgtdoc , make , and dead_code_scanner tools. For large projects, the data generated by the code_metrics ...
issue_creator — The Logtalk Handbook v3.84.0 documentation
issue_creator. This is a complementary tool for the lgtunit tool for automatically creating bug report issues for failed tests in GitHub or GitLab servers ...
lgtunit — The Logtalk Handbook v3.84.0 documentation
lgt file in your project directory and edit it to load your project and tests files. The logtalk_tester testing automation script defaults to look for test ...
Directories — Logtalk APIs v3.84.0 documentation
To load an entity, always load the library that includes it using the goal logtalk_load(library_name(loader)) instead of using its path. The library loader file ...
debug_messages — The Logtalk Handbook v3.84.0 documentation
debug_messages. By default, debug and debug(Group) messages are only printed when the debug flag is turned on. These messages are also suppressed when ...
asdf — The Logtalk Handbook v3.84.0 documentation
This plugin provides an alternative to the logtalk_version_select script that can be useful to manage Logtalk versions when developing solutions that use other ...