1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-01 06:24:58 +03:00
inform7/docs-src/inpolicyn.inweb
2022-04-04 18:31:44 +01:00

22 lines
952 B
Plaintext
Executable file

Title: Navigation page for Inpolicy
Author: Graham Nelson
@ Inpolicy is not part of the main Inform compiler and is not shipped inside the
Inform apps. Instead, it's used as a stand-alone command-line tool by the
maintainers of Inform: it is a lint-like tool for checking that the Inform
source code complies with some self-imposed social norms. At present it's
fairly minimal, but does a useful job in checking whether problem messages
are covered by test cases.
At present, there's no formal style guide for the source code in this
repository. There probably ought to be one, and when that happens, Inpolicy
should probably check compliance with it.
Inpolicy is a small literate program, and is not divided into modules.
(*) The contents page for the Inpolicy web is here: //inpolicy//.
(*) See //inpolicy: Manual// and //inpolicy: Reference Card// for usage.
@ Inpolicy contains the basic //foundation// library, but none of the //services//.