Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 752 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 752 Bytes

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