Skip to content

pluveto/rulog

Repository files navigation

Rulog

A prolog interpreter written in rust.

NOTE: This is a work in progress.

Usage

Run a prolog file with:

rulog [option...] prolog-file

Or enter the interactive mode with:

rulog [option...]

Options

TODO

Syntax

See syntax.md for the syntax.

Examples

TODO

Setup

Prerequisites

  1. (*)Install rust
  2. Install nodejs and pnpm for development

Building

  1. Clone the repository
  2. Run cargo build to build the project

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

TODO