Clause
This commit is contained in:
parent
752c278cb0
commit
8bda3c5af4
15 changed files with 361 additions and 114 deletions
|
@ -6,7 +6,6 @@ import org.junit.jupiter.api.Nested
|
|||
import org.junit.jupiter.api.Test
|
||||
import parser.grammars.TermsGrammar
|
||||
import prolog.ast.arithmetic.Integer
|
||||
import prolog.ast.logic.Fact
|
||||
import prolog.ast.logic.Rule
|
||||
import prolog.ast.terms.*
|
||||
import prolog.builtins.*
|
||||
|
@ -612,7 +611,7 @@ class PreprocessorTests {
|
|||
Atom("declaration/1")
|
||||
)
|
||||
)
|
||||
val expected = Dynamic(FunctorInfo.of("declaration/1"))
|
||||
val expected = Dynamic(Functor.of("declaration/1"))
|
||||
|
||||
val result = preprocessor.preprocess(input)
|
||||
|
||||
|
|
Reference in a new issue