Clingo
|
Interface to execute code in source files. More...
#include <script.hh>
Public Member Functions | |
virtual | ~ScriptExec ()=default |
Virtual destructor. | |
void | exec (Location const &loc, Logger &log, std::string_view name, std::string_view code) |
Execute the given code for the given script. | |
Interface to execute code in source files.