documentation
Toggle table of contents
1.5.1-dev02-c0569c38e
common
Target filter
common
Switch theme
Search in API
Skip to content
documentation
parser-theory
/
it.unibo.tuprolog.theory.parsing
/
parse
parse
fun
Theory.Companion
.
parse
(
input
:
String
,
operators
:
OperatorSet
)
:
Theory
Parses
input
as a theory using
operators
.
Throws
it.
unibo.
tuprolog.
core.
parsing.
Parse
Exception
on failure
fun
Theory.Companion
.
parse
(
input
:
String
)
:
Theory
Parses
input
as a theory.
Throws
it.
unibo.
tuprolog.
core.
parsing.
Parse
Exception
on failure