prolog-interpreter
There are 50 repositories under prolog-interpreter topic.
mthom/scryer-prolog
A modern Prolog implementation written mostly in Rust.
tau-prolog/tau-prolog
An open source Prolog interpreter in JavaScript
ciao-lang/ciao
Ciao is a modern Prolog implementation that builds up from a logic-based simple kernel designed to be portable, extensible, and modular.
trealla-prolog/trealla
A compact, efficient Prolog interpreter written in plain-old C.
twolodzko/prolog-rs
Minimal Prolog implemented in Rust
s-webber/projog
Prolog programming for the Java platform.
nicoladileo/NephroDoctor
NephroDoctor: A simple Medical Expert System written in Prolog
jdswalker/Interpreter-in-Prolog
An interpreter capable of executing a simple scripting language from a plain-text file
catseye/Cardboard-Prolog
MIRROR of https://codeberg.org/catseye/Cardboard-Prolog : A bare-bones inference engine in 120 lines of purely functional Scheme
eazar001/bfg-prolog
Implementation of Prolog
jsakamoto/Prolog-on-Browser
This is the Prolog interactive interpreter running on a Web browser!
logicmoo/flux
FLUX: A logic programming method for reasoning agents
robjsliwa/pyprolog
Prolog implemented in Python
luciangreen/listprologinterpreter
A Prolog Interpreter written in Prolog.
murshidazher/restaurant-expert-system
:plate_with_cutlery: A simple expert system which recommends food menu based on user preferences.
tanishqg5325/Prolog-Interpreter
Prolog Interpreter in OCaml
RISHIT7/Prolog-Interpreter
A Mini Prolog interpreter written in OCaml
adamjstewart/prolog
An implementation of Prolog written in OCaml
dogeMcdogeface/BacktraceToolsJS
A browser based PROLOG interpreter.
pdnm/purelog
Core Prolog interpreter
tau-prolog/notebook
A web-based notebook environment for Tau Prolog
tau-prolog/sandbox
An online Tau Prolog sandbox
ejrh/qolog
A toy Prolog interpreter
maresmar/ProCplusLog
Prolog interpret in C++
AhmedNassar7/Prolog-Wordle
A simple clone of Wordle implemented in Prolog.
djin31/Toy-Prolog-Interpreter
This is an interpreter written in OCaml for a subset of Prolog instruction set.
dsmic/PythonProlog
Prolog interpreter written in Python.
fabasoad/setup-prolog-action
This GitHub action installs Prolog
fergusq/qlog
Prolog-like programming language
iMaz1n/Prolog
Prolog Programming
Kr1s1m/Prolog-Interpreter
Prolog interpreter univeristy project
mikeroyal/Prolog-Guide
Prolog Guide
s7rthak/Prolog-interpreter-in-OCaml
Prolog-Interpreter-in-OCaml
samarthaggarwal/Programming-Languages
A collection of assignments done in COL226 - Programming Languages
techcentaur/COL226-Assignments
The code in this repository is relevant to the assignments given in the course COL226, taught by Prof. Sanjiva Prasad, in IIT Delhi, 2nd semester, 2017-2018.
tom-weatherhead/thaw-interpreter
Programming language interpreters, including LISP, Scheme, and Prolog.