Definition
Term Language
Semantics
Interpretation of a Term Language
Notations
Prefix Notation
Definition
Link to originalPrefix Notation
Prefix notation is a notation for expressions of a term languages where the operators are placed before the terms.
Example:
where are terms and is an operator.
The prefix notation is primarily used for functions and predicates.
Postfix Notation
Definition
Link to originalPostfix Notation
Postfix notation is a notation for expressions of a term languages where the operators are placed after the terms.
Example:
Infix Notation
Definition
Link to originalInfix Notation
Infix notation is a notation for expressions of a term languages where the operators are placed between the terms.
Example:
where are terms and is an operator.
The infix notation is primarily used for operators.