This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/t

5 lines
431 B
Plaintext
Raw Normal View History

2015-09-21 23:05:36 +01:00
-regex-Prolog=/^[a-z][_a-zA-Z0-9]*([a-z][_a-zA-Z0-9]*)"(".*")."/\1/p,predicate,predicate definition/
--regex-Prolog=/^[a-z][_a-zA-Z0-9]*("'".*"'")."/\1/p,predicate,predicate definition/
--regex-Prolog=/^[a-z][_a-zA-Z0-9]*("'".*"'")"[ \t]*":-"/\2/p,predicate,predicate definition/
--regex-Prolog=/^:-[ \t]+(dynamic|multifile|thread_local|table)[ \t]+([a-z][_a-zA-Z0-9]*:)?([a-z0-9_][_a-zA-Z0-9]*)/\3/p,predicate,predicate metadata/