Skip to content

varkor/Epilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epilog

A toy Prolog compiler

Building and testing

brew install llvm
rm -rf build; cmake -H. -Bbuild -DLLVM_CONFIG:FILEPATH=/usr/local/Cellar/llvm/3.9.0/bin/llvm-config
make -C build
./bin/epilog examples/hello.el

Releases

No releases published

Packages

No packages published