Skip to content

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

License

Notifications You must be signed in to change notification settings

permutationlock/prolog_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published