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
Print something out from K framework.
Driver from #4 has to work to extent where
> $ ./k2prolog foo.k
will produce file `foo.pl` in directory of `foo.k` beginning with
> %% -*- Mode: prolog; -*-
If output is not valid Prolog then it should be commented in `foo.pl` like
> %%% Definition.toString()?
> %%% ...