GithubHelp home page GithubHelp logo

isabella232 / plep Goto Github PK

View Code? Open in Web Editor NEW

This project forked from texttheater/plep

0.0 0.0 0.0 156 KB

grep for Prolog terms

License: GNU Lesser General Public License v3.0

Perl 31.37% Prolog 68.63%

plep's Introduction

plep -- grep for Prolog terms
=============================

Requirements
------------

* SWI-Prolog 5.11 or higher
* GNU make or similar

Building
--------

$ make

Usage
-----

$ ./bin/plep [OPTIONS] TERM [FILE...]

TERM is a Prolog term given as a string. plep will search the FILEs and print
out every term that unifies with TERM and is not a subterm of any previously
printed term.

Options
-------

    -m FILE
    --module FILE
        Use the operator defintions provided by the module in FILE for parsing
        both TERM and the input files. For parsing non-module files with custom
        operators, it is recommended to create a module (say myops) that
        defines all the needed operators.

    -e ENCODING
    --encoding ENCODING
        The character encoding of the input files, such as utf8 or latin1.

    -p true
    --period true
        If this option is true, each term will be suffixed by a period so the
        output can be read in as Prolog source. 

plep's People

Contributors

texttheater avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.