Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
Cross compilers are not to be confused with source-to-source compilers.
A program that translates between high-level languages is usually called a source-to-source compiler or transpiler.
For example, a source-to-source compiler may perform a translation of a program from Pascal to C.
It has a source-to-source compiler, which translates AspectC++ source code into compilable C++.
A Julia2C source-to-source compiler from Intel Labs is available.
Source-to-source compilers that compile to multiple languages need to explicitly deal with the issue of different order of operations across languages.
If the translator translates a high-level language into another high-level language, it's called a translator or source-to-source compiler.
In order to run in mainstream browsers, Dart relies on a source-to-source compiler to JavaScript.
Both languages were originally implemented as source-to-source compilers - source code was translated into C, and then compiled with a C compiler.
A "source-to-source compiler" is a type of compiler that takes a high level language as its input and outputs a high level language.
Ginseng is implemented as a source-to-source compiler written using the C Intermediate Language framework in OCaml.
The purpose of this source-to-source compiler is to adapt existing applications to various hardware targets such as multicore systems, high performance computers and GPUs.
A cross compiler is for cross-platform software development of binary code, while a source-to-source compiler translates from one programming language to another in text code.
The Smart Pascal compiler is an advanced source-to-source compiler generating rich, HTML5 compliant, server independent applications.
Smart Mobile Studio is a compiler that transforms Pascal source code to JavaScript (Source-to-source compiler)
Emscripten is a source-to-source compiler that runs as a back end to the LLVM compiler and produces a subset of JavaScript known as asm.js.
With the rise of the single-page Web app and JavaScript-heavy sites, it is increasingly being used as a compile target for source-to-source compilers from both dynamic languages and static languages.
LayaFlash is source-to-source compiler that runs as a back end to the LLVM compiler, making it the most suitable for ActionScript 3.0 programmers to release on HTML5 platform.
A source-to-source compiler translates between programming languages that operate at approximately the same level of abstraction, while a traditional compiler translates from a higher level programming language to a lower level programming language.
This source-to-source compiler is a fork of Julia, that implements the same Julia language syntax, which emits C code (for compatibility with more CPUs) instead of native machine code, for functions or whole programs.
A source-to-source compiler, transcompiler or transpiler is a type of compiler that takes the source code of a program written in one programming language as its input and produces the equivalent source code in another programming language.
By using HPHPc as a source-to-source compiler, PHP code is translated into C++, compiled into a binary and run as an executable, as opposed to the PHP's usual execution path of PHP code being transformed into opcodes and interpreted.
When developers want to switch to a different language while retaining most of an existing codebase, it might be better to use a transcompiler compared to rewriting the whole software by hand.
In Eiffel, the "Translated" process is referred to as Trans-compiling or Trans-compiled, and the Eiffel compiler as a Transcompiler.
A source-to-source compiler, transcompiler or transpiler is a type of compiler that takes the source code of a program written in one programming language as its input and produces the equivalent source code in another programming language.
A program that translates between high-level languages is usually called a source-to-source compiler or transpiler.
The Lisaac transpiler produces optimized ANSI C code.
HipHop for PHP (HPHPc) is a discontinued PHP transpiler created by Facebook.
A source-to-source compiler, transcompiler or transpiler is a type of compiler that takes the source code of a program written in one programming language as its input and produces the equivalent source code in another programming language.
HHVM was created as the successor of the HipHop for PHP (HPHPc) PHP execution engine, which is a PHP-to-C++ transpiler that has also been created by Facebook.