Home | Trees | Indices | Help |
|
---|
|
Python interface to XSB Prolog, SWI Prolog, ECLiPSe Prolog and Flora2 by Markus Schatten <markus_dot_schatten_at_foi_dot_hr> Faculty of Organization and Informatics, Varazdin, Croatia, 2011
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.0.1
|
|||
XSBExecutableNotFound Exception raised if XSB executable is not found on the specified path. |
|||
XSBCompileError Exception raised if loaded module has compile errors. |
|||
XSBQueryError Exception raised if query raises an error. |
|||
xsb Python interface to XSB Prolog (http://xsb.sf.net) |
|||
SWIExecutableNotFound Exception raised if SWI-Prolog executable is not found on the specified path. |
|||
SWICompileError Exception raised if loaded module has compile errors. |
|||
SWIQueryError Exception raised if query raises an error. |
|||
swipl Python interface to SWI Prolog (http://www.swi-prolog.org) |
|||
ECLiPSeExecutableNotFound Exception raised if ECLiPSe-Prolog executable is not found on the specified path. |
|||
ECLiPSeCompileError Exception raised if loaded module has compile errors. |
|||
ECLiPSeQueryError Exception raised if query raises an error. |
|||
eclipse Python interface to ECLiPSe Prolog (http://eclipseclp.org) |
|||
Flora2ExecutableNotFound Exception raised if Flora2 executable is not found on the specified path. |
|||
Flora2CompileError Exception raised if loaded module has compile errors. |
|||
Flora2QueryError Exception raised if query raises an error. |
|||
flora2 Python interface to Flora2 (http://flora.sf.net) |
|
|||
__doc__ = ''' Python interface to XSB Prolog, SWI Prolog, ECLi
|
|||
xsbprompt =
|
|||
xsberror =
|
|||
var_re = re.compile(r'
|
|||
res_re = re.compile(r'res\(\'
|
|||
swiprompt =
|
|||
swierror =
|
|||
eclipseprompt =
|
|||
eclipseerror =
|
|||
flora2prompt =
|
|||
flora2error =
|
|||
fvar_re = re.compile(r'\?
|
|||
fres_re = re.compile(r'\?
|
|||
__package__ =
|
|
__doc__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 1 18:44:31 2012 | http://epydoc.sourceforge.net |