refactor: Rework
This commit is contained in:
parent
ac55ed4c64
commit
6469dd6ced
34 changed files with 593 additions and 552 deletions
|
@ -1,5 +1,7 @@
|
|||
package prolog.ast.terms
|
||||
|
||||
import prolog.ast.arithmetic.Expression
|
||||
|
||||
typealias Operand = Term
|
||||
|
||||
abstract class Operator(
|
||||
|
|
Reference in a new issue