Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexim/loprog
Loprog is a stupid implementation of Prolog programming language.
https://github.com/rexim/loprog
Last synced: 3 months ago
JSON representation
Loprog is a stupid implementation of Prolog programming language.
- Host: GitHub
- URL: https://github.com/rexim/loprog
- Owner: rexim
- Created: 2013-04-02T15:28:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T16:47:51.000Z (over 8 years ago)
- Last Synced: 2023-03-12T00:56:48.366Z (almost 2 years ago)
- Language: Scala
- Homepage:
- Size: 76.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loprog #
**Development is suspended for a while. Still, any contributions are welcome.**
Loprog (stands for **Lo**gical **prog**ramming) is a stupid
implementation of [Prolog](https://en.wikipedia.org/wiki/Prolog)
programming language.## Usage ##
First of all, you'll need [sbt](http://www.scala-sbt.org/).
* `$ git clone git://github.com/rexim/Loprog.git Loprog && cd Loprog`
— clone the repository somewhere;
* `$ sbt test` — ensure that the last changes don't break any
functionality;
* `$ sbt 'run '` — run the Loprog interpreter with a
source code file. There are some examples in the `examples`
directory. Feel free to experiment with them.## Contribution ##
Any bug reports, suggestions, and improvements are welcome.
## License ##
Copyright (C) 2013 Alexey Kutepov a.k.a rexim
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.