Scryer Playground
Demos:
Zurg Puzzle
Sudoku Solver
Run Scryer Prolog on your browser! You can also
share your snippet!
:- use_module(library(lists)). :- use_module(library(charsio)). :- use_module(library(iso_ext)). :- use_module(library(format)). :- use_module(library(dcgs)). as --> []. as --> [a], as. as(As) :- phrase(as, As).
?-
Execute!
Next 1
Next 5
All
Pause
Executing...
Cancel