Package it.unibo.tuprolog.theory.parsing

Types

Link copied to clipboard
interface ClausesParser
Link copied to clipboard
class ClausesParserImpl(val defaultOperatorSet: OperatorSet) : ClausesParser
Link copied to clipboard
interface ClausesReader

Functions

Link copied to clipboard
fun <ERROR CLASS>.parse(input: String): <ERROR CLASS>
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Link copied to clipboard
fun String.parseAsClauses(): List<<ERROR CLASS>>
fun String.parseAsClauses(operators: <ERROR CLASS>): List<<ERROR CLASS>>
Link copied to clipboard
fun String.parseAsClausesLazily(): Sequence<<ERROR CLASS>>
fun String.parseAsClausesLazily(operators: <ERROR CLASS>): Sequence<<ERROR CLASS>>
Link copied to clipboard
fun String.parseAsTheory(): <ERROR CLASS>
fun String.parseAsTheory(operators: <ERROR CLASS>): <ERROR CLASS>