You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cat foo.pl/* **/foo.
$ $(go env GOPATH)/bin/1plTop level for ichiban/prolog v1.2.1This is for testing purposes only!See https://github.com/ichiban/prolog for more details.Type Ctrl-C or 'halt.' to exit.?- [foo].true.?- foo.2024/08/14 14:35:25 error(existence_error(procedure,foo/0),root)?-
Something's wrong in lexer and mishandling the **/, I guess.
If I use this Prolog text:
Everything works fine:
On the other hand this Prolog text:
Doesn't work ok:
I used top level
['categories.p']
respectively['categories2.p']
with these texts:categories.p.log
categories2.p.log
The text was updated successfully, but these errors were encountered: