Paulo Moura
Paulo Moura
> That's the idea but as builtin and a lot less verbose ! This functionality could be best added as a library, not as a built-in feature.
`git gc`?
In the old repo, Logtalk distribution tests (which include the Prolog standard compliance suite) were run when changes were pushed to the `testing` branch. The resulting report was published using...
Does the optimizer in the regular expression implementation do a job as good as hand-optimized regular expressions?
Requested changes applied.
This should be ready for merging. Let me know if there's any issue remaining.
There can be no space(s) between a predicate name and its open parenthesis. For example, `assertz(...)` is call to the standard built-in predicate `assertz/1`. `assertz (` is a syntax error...
W.r.t. states, my understanding (please correct me if I'm wrong) is that a directive pops to `:basic`, which then allows it to be followed by e.g. another directive. So, the...
> I'm not sure of the fix, but it's dangerous to pop from root, since the state stack can never be empty. I believe that's now fixed: `:directives` is no...
P.S. Should I squash all commits into a single one for merging?