Formal NotationΒΆ
β Back to Domain-Specific Abstractions by Domain
2 domain-specific abstractions whose origin domain is Formal Notation.
- Infix notation β A notation in which an operator or relation symbol is written between its operands.
- Polish notation β A prefix expression notation in which each fixed-arity operator precedes its operands, making parse structure unambiguous without parentheses.