Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.34 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.34 KB

Some software

Contents

boot is about tailoring SWI-Prolog 7.6.4, mostly about module system and expansion system. These files should be loaded with consult/1, not with use_module/2.

How to run

./prolog.sh FILE ...

If you don't know what to run, you may want to run test_all/0 in test.pro.

The file boot/load.pro provides consult_unregistered/1 and other things.

How to view documentation

Run this:

swipl_opts='--pldoc=4002' ./prolog.sh -- FILE ...

Open http://localhost:4002/pldoc/

To-do

  • sql.pro:
    • escape SQL DDL
    • escape ODBC DSN