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
Another useful addition could be the neck operator :-, conjunction ,, etc. The neck can just be turned into a term as the functor application :-(Head, Body) where Head is a functor before the neck and and Body is the part after. Conjunction is similar, iirc
Though this would probably mean making a full-fledged precedence parser.
(At that point it may be helpful to consider trying to leverage PL_chars_to_term, perhaps? Then we could replace all unquotes (#foo) as variables then find those variables and unify with the terms)
As per #4, currently the
term!
macro does not supportThis should be improved.
The text was updated successfully, but these errors were encountered: