An open API service indexing awesome lists of open source software.

https://github.com/permutationlock/prolog_interpreter

A simple prolog interpreter, implemented with Flex (lex) and Bison (yacc).
https://github.com/permutationlock/prolog_interpreter

Last synced: about 2 months ago
JSON representation

A simple prolog interpreter, implemented with Flex (lex) and Bison (yacc).

Awesome Lists containing this project

README

        

Prolog Interpreter
------------------
In this project I created a simple Prolog interpreter
using Flex and Bison. It performs unification of terms
and variables as well as prolog rules. It does not
go into more complex features of prolog such as
integer and equation unification and BNF grammars.