Content deleted Content added
Yoric~enwiki (talk | contribs) |
Yoric~enwiki (talk | contribs) No edit summary |
||
Line 1:
An [[semantics]] encoding is a "translation" between [[formal languages]].
For programmers, the most familiar form of encoding is the compilation of a programming language into machine code or byte-code. Conversion between document formats are also forms of encoding. Compilation of [[TeX]] or [[LaTeX]] documents to [[PostScript]] are also commonly encountered encoding processes. Some high-level preprocessors such as [[Objective Caml]]'s Camlp4 or [[Apple]]'s [[WorldScript]] also involve encoding of a programming language into another.
== Definition ==
More formally, an encoding of a language A into language B is a mapping of all terms of A into B. If there is a 'satisfactory' of A into B, B is considered 'at least as powerful' (or 'at least as expressive') as A.▼
Formally, an encoding of a language A into language B is a mapping of all terms of A into B.
▲
== Properties of encodings ==
|