targodan / jupyter-swi-prolog

A Jupyter Kernel for SWI-Prolog
MIT License
24 stars 6 forks source link

Support multiline queries #4

Closed targodan closed 5 years ago

targodan commented 5 years ago

Currently queries can only be single line.

Start queries with ?- and end them with . so look for the . when parsing as opposed to just reading line by line.

targodan commented 5 years ago

This is made obsolete by the recent change to PySwip.