https://github.com/fergusq/qlog
Prolog-like programming language
https://github.com/fergusq/qlog
interpreter logic-programming prolog-interpreter
Last synced: 9 months ago
JSON representation
Prolog-like programming language
- Host: GitHub
- URL: https://github.com/fergusq/qlog
- Owner: fergusq
- License: gpl-3.0
- Created: 2018-11-07T23:31:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T22:26:20.000Z (over 7 years ago)
- Last Synced: 2025-06-05T04:43:14.824Z (about 1 year ago)
- Topics: interpreter, logic-programming, prolog-interpreter
- Language: Haskell
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Qlog
## Vastaavuustaulu
| Prolog | Qlog |Sijainti|
|:-------:|:------------:|:------:|
|append/3 |lisää/3 |listat.ql
|between/3|välillä/3 |Logic.hs
|clause/2 |klausuuli/2 |Logic.hs
|false/0 |epätosi/0 |Logic.hs
|findall/3|kaikki/3 |Logic.hs
|forall/2 |kaikille/2 |Logic.hs
|integer/1|kokonaisluku/1|Logic.hs
|is/2 |on/2 |Logic.hs
|length/2 |pituus/2 |listat.ql
|listing/1|listaus/1 |Logic.hs
|maplist/2|kuvaa/2 |listat.ql
|maplist/3|kuvaa/3 |listat.ql
|member/2 |jäsen/2 |listat.ql
|nth0/3 |ns0/3 |listat.ql
|nth1/3 |ns1/3 |listat.ql
|reverse/2|takaperin/2 |listat.ql
|sublist/2|alijono/2 |listat.ql
|true/0 |tosi/0 |Logic.hs
|var/1 |muuttuja/1 |Logic.hs