This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
prolog /
| name | age | message | |
|---|---|---|---|
| |
Prolog.hs | Fri May 01 10:56:20 -0700 2009 | |
| |
README | Fri May 01 10:56:20 -0700 2009 | |
| |
demo.prolog | Tue Apr 28 21:30:52 -0700 2009 | |
| |
note-ja.txt | Fri May 01 14:19:56 -0700 2009 | |
| |
note.html | Fri May 01 14:19:56 -0700 2009 | |
| |
test.hs | Fri May 01 10:56:20 -0700 2009 |
README
A pure prolog interpreter * Getting started $ runghc Prolog.hs or $ hugs Prolog.hs Prolog> main * Command food(apple). -- Add a clause. ?- food(X). -- Query. ?? -- Show all. * Example runghc Prolog.hs < demo.prolog







