Open giovinazzo-kevin opened 5 months ago
Additionally, directives are basically just complex terms right now, but in ISO Prolog they do away with the parentheses:
:- inline pred_a, pred_b.
would be the ideal form
I fixed one part of this by allowing variadic directives.
However I'm not sure whether removing the parentheses is worth it.
Some directives need to be repeated for each of their arguments, when they could take a list of arguments instead.
e.g.
should be
or
TODO: Make a list of directives that need to be changed and analyze it