Skip to content

tom-weatherhead/katalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

katalog

(I.e. A Japanese 'kata' plus 'log' for Prolog)

A small Prolog interpreter

watchers stars issues forks contributors branches releases commits last commit license

To compile and run katalog

First, ensure that gcc and make are installed.

After cloning this repository, cd into its directory and do this:

$ cd src
$ make
$ ./katalog

From the src directory, you can do the following:

To do a full rebuild and run the built-in tests:

$ make clean && make && make test

To run a script: E.g.:

$ ./katalog ../scripts/test001.pro

To enter the read-eval-print loop (REPL) :

$ ./katalog

Exit the REPL by typing 'exit', 'quit', or 'bye'.

License

MIT