A prolog interpreter written in rust.
NOTE: This is a work in progress.
Run a prolog file with:
rulog [option...] prolog-file
Or enter the interactive mode with:
rulog [option...]
TODO
See syntax.md for the syntax.
TODO
- Clone the repository
- Run
cargo build
to build the project
This project is licensed under the MIT License - see the LICENSE file for details
TODO