-
Notifications
You must be signed in to change notification settings - Fork 0
A project which provides Prolog structures inside of Scala sourcecode.
License
domna/Scalog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Scalog is an approach of implementing the Prolog language (based on the tuProlog Project: http://alice.unibo.it/xwiki/bin/view/Tuprolog/) in scala source code. For further information on writing Scalog code you can consult one of the examples in the folder 'examples' or have a look at the german documentation provided in this repo (english version is in progress). How to compile Scalog. *********************** You'll need the libraries of the tuProlog project (as linked above). Make sure that your classpath contains these libraries. Furthermore you'll need to compile Predef.scala and Scalog.scala. Every Scalog source file is linked with the Predef file. Assure that your classpath contains this file. Compiling Scalog files. *********************** To compile a Scalog file you can use the following command scala scalog.Scalog <SourceFile> <DestFile> After this you can compile your destination file DestFile into a class file scalac <DestFile> Now you should be able to run your Scalog code directly by referring to your class name. For further instructions you can consult the documentation.
About
A project which provides Prolog structures inside of Scala sourcecode.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published