This repository has been archived on 2025-09-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2025LogProg-project-GhentPr.../README.md

20 lines
266 B
Markdown

# gpl: Ghent Prolog
## Installation
This project requires Java to run. Other installation and build steps are handled by Gradle,
which is also wrapped in the `gpl` call.
## Usage
### Linux and MacOS
```shell
./src/gpl
```
## Tests
```shell
./gradlew test
```