Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the ability to call Prolog directly (instead of going through Athena), a simple ND theorem prover, and some file utilities. #22

Merged
merged 7 commits into from
Nov 18, 2024

Conversation

konstantine4096
Copy link
Contributor

No description provided.

…) that allows one to directly interact with SWI Prolog (instead of going through Athena).

In particular, the binary procedure Prolog.solve-direct takes as input:

(1) a list of queries, where each query is *a plain string* representing native Prolog code; and
(2) a single Prolog program, again expressed as a plain string representing native Prolog code.

It returns a string representing the output produced by running SWI Prolog on the given program and queries.
…iles: dir?, list-all-dir-entries, list-all-dir-entries-recursively, and line-count.
@konstantine4096 konstantine4096 merged commit 3de4ee4 into master Nov 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant