#
prolog-implementation
Here are 42 public repositories matching this topic...
triska
commented
Jun 19, 2021
May I suggest the following conforming extension to writing large integers in Prolog source files:
The tokenizer could be extended by accepting _
(underscore) between digits, so that large integers can for example be written as:
1_234_000
This would make large integers that occur in programs easier to read.
In addition, _
could be followed by newline so th
An open source Prolog interpreter in JavaScript
javascript
prolog
prolog-implementation
prolog-interpreter
logic-programming
prolog-programming-language
tau-prolog
iso-prolog-standard
-
Updated
May 4, 2021 - JavaScript
database
prolog
prolog-implementation
game-of-thrones
swi-prolog
family-tree
got
prolog-programming-language
prolog-application
prolog-rules
prolog-exercises
prolog-tutorial
-
Updated
Apr 15, 2019 - Prolog
Gradual WAM implementation using Hassan Aït-Kaci's tutorial reconstruction
-
Updated
Oct 6, 2018 - Clojure
Javascript porting of Paul Tarau latest Prolog Engine architecture
nodejs
javascript
browser
virtual-machine
prolog
prolog-implementation
semantic-publishing
logic-programming
-
Updated
Nov 6, 2018 - JavaScript
Prolog Implementation in Python
-
Updated
Dec 28, 2017 - Python
Lightweight C++/Python Hierarchical Task Network (HTN) AI Engine
python
c-plus-plus
ai
cplusplus
cpp
python-library
prolog-implementation
python3
htn
python-3
cpp-library
hierarchical-task-network
-
Updated
Feb 23, 2021 - C++
Implementation of Prolog
language
rust
vm
interpreter
compiler
virtual-machine
logic
prolog
prolog-implementation
prolog-interpreter
logic-programming
prolog-programming-language
bfg9000
wam
bfg
warren-abstract-machine
-
Updated
Feb 19, 2020 - Rust
A basic Public Transport Navigation System written in PROLOG
-
Updated
Nov 18, 2017 - Prolog
A simple Prolog implementation written in ReasonML.
-
Updated
Aug 11, 2021 - Reason
Shumilog - a partial Prolog implementation
-
Updated
Jul 16, 2014 - Haskell
Basic implementation in prolog
-
Updated
Feb 26, 2019 - Prolog
Inductor Prolog: A Lightweight Embeddable C++ Prolog Compiler
-
Updated
Feb 23, 2021 - C++
-
Updated
Nov 20, 2018 - Haskell
hitchhiker Prolog - an implementation of a novel virtual machine
-
Updated
Jun 26, 2021 - C++
TABDUAL+ : Tabling in Contextual Abduction with Answer Subsumption
-
Updated
Oct 7, 2017 - Prolog
In this project we attempt to implement a Prolog solution using an external database (a simple text file) to represent the knowledge.
-
Updated
Jan 11, 2019 - Prolog
PROLOG Codes for A2
-
Updated
Feb 7, 2020 - Prolog
Several Programming Assignments of Prolog (2013)
-
Updated
Apr 7, 2017 - Prolog
GPL JavaScript Prolog implementation
-
Updated
Apr 30, 2017 - JavaScript
Prolog sample projects at entry level
-
Updated
May 17, 2020
Implement a logical task using the Prolog environment. Enter the task data according to your option and check the operation of your program. The task from N.Virta's book "Algorithms + Data Structures = Programs".
-
Updated
Aug 10, 2017
Scripts de ProLog y programación lógica
-
Updated
Aug 18, 2021 - Prolog
-
Updated
Nov 13, 2019 - Jupyter Notebook
Some questions about Prolog
-
Updated
May 10, 2021 - Prolog
Abalone game developped using prolog and packaged with a nice web interface
-
Updated
Dec 14, 2018 - Prolog
Improve this page
Add a description, image, and links to the prolog-implementation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prolog-implementation topic, visit your repo's landing page and select "manage topics."
Hi,