REPL checkpoint
This commit is contained in:
parent
69c156024a
commit
1b3280a947
21 changed files with 503 additions and 34 deletions
|
@ -1,7 +1,5 @@
|
|||
package prolog.ast.terms
|
||||
|
||||
import prolog.ast.arithmetic.Expression
|
||||
|
||||
typealias Operand = Term
|
||||
|
||||
abstract class Operator(
|
||||
|
|
Reference in a new issue