-
Notifications
You must be signed in to change notification settings - Fork 2
a prolog
License
propella/prolog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A pure prolog interpreter * Getting started $ runhaskell Main.hs or $ hugs Prolog.hs Prolog> main * Command food(apple). -- Add a clause. ?- food(X). -- Query. ?? -- Show all. * Example runhaskell Main.hs < demo.prolog * Compile with ghc ghc --make Main.hs
About
a prolog
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published