Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Install
Faster access than browser!
 

Source-to-source compiler

Index Source-to-source compiler

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. [1]

108 relations: Abstraction (computer science), ActionScript, Apache Groovy, Application programming interface, Automatic parallelization, BASIC, BCX, Binary recompiler, C (programming language), C Sharp (programming language), C to HDL, C++, Cascading Style Sheets, Cfront, Chapel (programming language), CHICKEN (Scheme implementation), Clojure, COBOL, Code generation (compiler), Code refactoring, CoffeeScript, Compiler, Compiler-compiler, Computer History Museum, CP/M, CP/M-86, CPython, Cython, Dart (programming language), Data-flow analysis, Debugging, Derivative code, Digital Equipment Corporation, Digital Research, DMS Software Reengineering Toolkit, ECMAScript, Eiffel (programming language), Emscripten, Epic Games, F2c, Fortran, Gary Kildall, GnuCOBOL, Go (programming language), GObject, Google Closure Tools, Google Web Toolkit, Haskell (programming language), Haxe, High-level programming language, ..., HipHop for PHP, Intel 8080, Intel 8086, Intermediate representation, Java (programming language), JavaScript, Julia (programming language), Language binding, Language interoperability, Language-independent specification, Less (stylesheet language), Lisaac, LLVM, Logtalk, Low-level programming language, Lua (programming language), Microsoft, Mirah (programming language), Monkey X, Mozilla, MP/M, MS-DOS, Nim (programming language), Object Pascal, Objective-C, OCaml, Ocsigen, OpenMP, OpenVMS, Pascal (programming language), PHP, PL/I, Post processor, Preprocessor, Program transformation, Programming language, Prolog, Python (programming language), QML, Ratfor, Recursive transcompiling, ROSE (compiler framework), Ruby (programming language), Sass (stylesheet language), Scheme (programming language), Source code, Stalin (Scheme implementation), Swift (programming language), Tim Paterson, Translator (computing), TypeScript, Vala (programming language), Web browser, X10 (programming language), XSLT, Xtend, Zilog Z80, 86-DOS. Expand index (58 more) »

Abstraction (computer science)

In software engineering and computer science, abstraction is.

New!!: Source-to-source compiler and Abstraction (computer science) · See more »

ActionScript

ActionScript is an object-oriented programming language originally developed by Macromedia Inc. (later acquired by Adobe Systems).

New!!: Source-to-source compiler and ActionScript · See more »

Apache Groovy

Apache Groovy is a Java-syntax-compatible object-oriented programming language for the Java platform.

New!!: Source-to-source compiler and Apache Groovy · See more »

Application programming interface

In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building software.

New!!: Source-to-source compiler and Application programming interface · See more »

Automatic parallelization

Automatic parallelization, also auto parallelization, autoparallelization, or parallelization, the last one of which implies automation when used in context, refers to converting sequential code into multi-threaded or vectorized (or even both) code in order to utilize multiple processors simultaneously in a shared-memory multiprocessor (SMP) machine.

New!!: Source-to-source compiler and Automatic parallelization · See more »

BASIC

BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use.

New!!: Source-to-source compiler and BASIC · See more »

BCX

BCX is a free software programming development application originally created in 1999 by Kevin Diggins.

New!!: Source-to-source compiler and BCX · See more »

Binary recompiler

A binary recompiler is a compiler that takes executable binary files as input, analyzes their structure, applies transformations and optimizations, and outputs new optimized executable binaries.

New!!: Source-to-source compiler and Binary recompiler · See more »

C (programming language)

C (as in the letter ''c'') is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.

New!!: Source-to-source compiler and C (programming language) · See more »

C Sharp (programming language)

C# (/si: ʃɑːrp/) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

New!!: Source-to-source compiler and C Sharp (programming language) · See more »

C to HDL

C to HDL tools convert C or C-like computer program code into a hardware description language (HDL) such as VHDL or Verilog.

New!!: Source-to-source compiler and C to HDL · See more »

C++

C++ ("see plus plus") is a general-purpose programming language.

New!!: Source-to-source compiler and C++ · See more »

Cascading Style Sheets

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML.

New!!: Source-to-source compiler and Cascading Style Sheets · See more »

Cfront

Cfront was the original compiler for C++ (then known as "C with Classes") from around 1983, which converted C++ to C; developed by Bjarne Stroustrup.

New!!: Source-to-source compiler and Cfront · See more »

Chapel (programming language)

Chapel, the Cascade High Productivity Language, is a parallel programming language developed by Cray.

New!!: Source-to-source compiler and Chapel (programming language) · See more »

CHICKEN (Scheme implementation)

CHICKEN is a compiler and interpreter for the Scheme programming language that compiles Scheme code to standard C. It is mostly R5RS compliant and offers many extensions to the standard.

New!!: Source-to-source compiler and CHICKEN (Scheme implementation) · See more »

Clojure

Clojure (like "closure") is a dialect of the Lisp programming language.

New!!: Source-to-source compiler and Clojure · See more »

COBOL

COBOL (an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use.

New!!: Source-to-source compiler and COBOL · See more »

Code generation (compiler)

In computing, code generation is the process by which a compiler's code generator converts some intermediate representation of source code into a form (e.g., machine code) that can be readily executed by a machine.

New!!: Source-to-source compiler and Code generation (compiler) · See more »

Code refactoring

Code refactoring is the process of restructuring existing computer code—changing the factoring—without changing its external behavior.

New!!: Source-to-source compiler and Code refactoring · See more »

CoffeeScript

CoffeeScript is a programming language that transcompiles to JavaScript.

New!!: Source-to-source compiler and CoffeeScript · See more »

Compiler

A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).

New!!: Source-to-source compiler and Compiler · See more »

Compiler-compiler

In computer science, a compiler-compiler or compiler generator is a programming tool that creates a parser, interpreter, or compiler from some form of formal description of a language and machine.

New!!: Source-to-source compiler and Compiler-compiler · See more »

Computer History Museum

The Computer History Museum (CHM) is a museum established in 1996 in Mountain View, California, US.

New!!: Source-to-source compiler and Computer History Museum · See more »

CP/M

CP/M, originally standing for Control Program/Monitor and later Control Program for Microcomputers, is a mass-market operating system created for Intel 8080/85-based microcomputers by Gary Kildall of Digital Research, Inc.

New!!: Source-to-source compiler and CP/M · See more »

CP/M-86

CP/M-86 was a version of the CP/M operating system that Digital Research (DR) made for the Intel 8086 and Intel 8088.

New!!: Source-to-source compiler and CP/M-86 · See more »

CPython

CPython is the reference implementation of the Python programming language.

New!!: Source-to-source compiler and CPython · See more »

Cython

Cython is a superset of the Python programming language, designed to give C-like performance with code that is written mostly in Python.

New!!: Source-to-source compiler and Cython · See more »

Dart (programming language)

Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408).

New!!: Source-to-source compiler and Dart (programming language) · See more »

Data-flow analysis

Data-flow analysis is a technique for gathering information about the possible set of values calculated at various points in a computer program.

New!!: Source-to-source compiler and Data-flow analysis · See more »

Debugging

Debugging is the process of finding and resolving defects or problems within a computer program that prevent correct operation of computer software or a system.

New!!: Source-to-source compiler and Debugging · See more »

Derivative code

Derivative Code or Chameleon Code is source code which has been derived entirely from one or more other machine readable file formats.

New!!: Source-to-source compiler and Derivative code · See more »

Digital Equipment Corporation

Digital Equipment Corporation, also known as DEC and using the trademark Digital, was a major American company in the computer industry from the 1950s to the 1990s.

New!!: Source-to-source compiler and Digital Equipment Corporation · See more »

Digital Research

Digital Research, Inc. (also known as DR or DRI) was a company created by Gary Kildall to market and develop his CP/M operating system and related 8-bit, 16-bit and 32-bit systems like MP/M, Concurrent DOS, Multiuser DOS, DOS Plus, DR DOS and GEM.

New!!: Source-to-source compiler and Digital Research · See more »

DMS Software Reengineering Toolkit

The DMS Software Reengineering Toolkit is a proprietary set of program transformation tools available for automating custom source program analysis, modification, translation or generation of software systems for arbitrary mixtures of source languages for large scale software systems.

New!!: Source-to-source compiler and DMS Software Reengineering Toolkit · See more »

ECMAScript

ECMAScript (or ES) is a trademarked scripting-language specification standardized by Ecma International in ECMA-262 and ISO/IEC 16262.

New!!: Source-to-source compiler and ECMAScript · See more »

Eiffel (programming language)

Eiffel is an object-oriented programming language designed by Bertrand Meyer (an object-orientation proponent and author of Object-Oriented Software Construction) and Eiffel Software.

New!!: Source-to-source compiler and Eiffel (programming language) · See more »

Emscripten

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.

New!!: Source-to-source compiler and Emscripten · See more »

Epic Games

Epic Games, Inc. (formerly Potomac Computer Systems and later Epic MegaGames, Inc.) is an American video game and software development corporation based in Cary, North Carolina.

New!!: Source-to-source compiler and Epic Games · See more »

F2c

f2c is a program to convert Fortran 77 to C code, developed at Bell Laboratories.

New!!: Source-to-source compiler and F2c · See more »

Fortran

Fortran (formerly FORTRAN, derived from Formula Translation) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.

New!!: Source-to-source compiler and Fortran · See more »

Gary Kildall

Gary Arlen Kildall (May 19, 1942 – July 11, 1994) was an American computer scientist and microcomputer entrepreneur who created the CP/M operating system and founded Digital Research, Inc. (DRI).

New!!: Source-to-source compiler and Gary Kildall · See more »

GnuCOBOL

GnuCOBOL (formerly OpenCOBOL, and for a short time known as GNU Cobol) is a free implementation of the COBOL programming language.

New!!: Source-to-source compiler and GnuCOBOL · See more »

Go (programming language)

Go (often referred to as Golang) is a programming language created at Google in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson.

New!!: Source-to-source compiler and Go (programming language) · See more »

GObject

The GLib Object System, or GObject, is a free software library providing a portable object system and transparent cross-language interoperability.

New!!: Source-to-source compiler and GObject · See more »

Google Closure Tools

Google Closure Tools is a set of tools to help developers build rich web applications with JavaScript.

New!!: Source-to-source compiler and Google Closure Tools · See more »

Google Web Toolkit

Google Web Toolkit (GWT), or GWT Web Toolkit, is an open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java.

New!!: Source-to-source compiler and Google Web Toolkit · See more »

Haskell (programming language)

Haskell is a standardized, general-purpose compiled purely functional programming language, with non-strict semantics and strong static typing.

New!!: Source-to-source compiler and Haskell (programming language) · See more »

Haxe

Haxe is a high-level cross-platform multi-paradigm programming language and compiler that can produce applications and source code, for many different computing platforms, from one code-base.

New!!: Source-to-source compiler and Haxe · See more »

High-level programming language

In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer.

New!!: Source-to-source compiler and High-level programming language · See more »

HipHop for PHP

HipHop for PHP (HPHPc) is a discontinued PHP transpiler created by Facebook.

New!!: Source-to-source compiler and HipHop for PHP · See more »

Intel 8080

The Intel 8080 ("eighty-eighty") was the second 8-bit microprocessor designed and manufactured by Intel and was released in April 1974.

New!!: Source-to-source compiler and Intel 8080 · See more »

Intel 8086

The 8086 (also called iAPX 86) is a 16-bit microprocessor chip designed by Intel between early 1976 and mid-1978, when it was released.

New!!: Source-to-source compiler and Intel 8086 · See more »

Intermediate representation

An Intermediate representation (IR) is the data structure or code used internally by a compiler or virtual machine to represent source code.

New!!: Source-to-source compiler and Intermediate representation · See more »

Java (programming language)

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

New!!: Source-to-source compiler and Java (programming language) · See more »

JavaScript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language.

New!!: Source-to-source compiler and JavaScript · See more »

Julia (programming language)

Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science, without the typical need of separate compilation to be fast, while also being effective for general-purpose programming, web use or as a specification language.

New!!: Source-to-source compiler and Julia (programming language) · See more »

Language binding

In computing, a binding from a programming language to a library or operating system service is an application programming interface (API) providing glue code to use that library or service in a given programming language.

New!!: Source-to-source compiler and Language binding · See more »

Language interoperability

Language interoperability is the capability of two different programming languages to natively interact as part of the same system.

New!!: Source-to-source compiler and Language interoperability · See more »

Language-independent specification

A language-independent specification (LIS) is a programming language specification providing a common interface usable for defining semantics applicable toward arbitrary language bindings.

New!!: Source-to-source compiler and Language-independent specification · See more »

Less (stylesheet language)

Less (sometimes stylized as LESS) is a dynamic preprocessor style sheet language that can be compiled into Cascading Style Sheets (CSS) and run on the client side or server side.

New!!: Source-to-source compiler and Less (stylesheet language) · See more »

Lisaac

Lisaac is a statically typed prototype-based language conceived by Benoît Sonntag, in which the is being written.

New!!: Source-to-source compiler and Lisaac · See more »

LLVM

The LLVM compiler infrastructure project is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends.

New!!: Source-to-source compiler and LLVM · See more »

Logtalk

Logtalk is an object-oriented logic programming language that extends and leverages the Prolog language with a feature set suitable for programming in the large.

New!!: Source-to-source compiler and Logtalk · See more »

Low-level programming language

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to processor instructions.

New!!: Source-to-source compiler and Low-level programming language · See more »

Lua (programming language)

Lua (from meaning moon) is a lightweight, multi-paradigm programming language designed primarily for embedded use in applications.

New!!: Source-to-source compiler and Lua (programming language) · See more »

Microsoft

Microsoft Corporation (abbreviated as MS) is an American multinational technology company with headquarters in Redmond, Washington.

New!!: Source-to-source compiler and Microsoft · See more »

Mirah (programming language)

Mirah (formerly Duby) is a programming language based on Ruby language syntax, local type inference, hybrid static–dynamic type system, and a pluggable compiler toolchain.

New!!: Source-to-source compiler and Mirah (programming language) · See more »

Monkey X

Monkey X is a high-level programming language designed for video game development for many different platforms, including desktop and laptop computers, mobile phones, tablets, and video game consoles.

New!!: Source-to-source compiler and Monkey X · See more »

Mozilla

Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape.

New!!: Source-to-source compiler and Mozilla · See more »

MP/M

MP/M (Multi-Programming Monitor Control Program) is a discontinued multi-user version of the CP/M operating system, created by Digital Research developer Tom Rolander in 1979.

New!!: Source-to-source compiler and MP/M · See more »

MS-DOS

MS-DOS (acronym for Microsoft Disk Operating System) is an operating system for x86-based personal computers mostly developed by Microsoft.

New!!: Source-to-source compiler and MS-DOS · See more »

Nim (programming language)

Nim (formerly named Nimrod) is an imperative, multi-paradigm, compiled programming language designed and developed by Andreas Rumpf.

New!!: Source-to-source compiler and Nim (programming language) · See more »

Object Pascal

Object Pascal refers to a branch of object-oriented derivatives of Pascal, mostly known as the primary programming language of Delphi.

New!!: Source-to-source compiler and Object Pascal · See more »

Objective-C

Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.

New!!: Source-to-source compiler and Objective-C · See more »

OCaml

OCaml, originally named Objective Caml, is the main implementation of the programming language Caml, created by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy, Ascánder Suárez and others in 1996.

New!!: Source-to-source compiler and OCaml · See more »

Ocsigen

Ocsigen is a mobile and Web application framework based on concepts derived from recent research in the field of programming languages, namely that of multi-tier programming and continuation-based web programming.

New!!: Source-to-source compiler and Ocsigen · See more »

OpenMP

OpenMP (Open Multi-Processing) is an application programming interface (API) that supports multi-platform shared memory multiprocessing programming in C, C++, and Fortran, on most platforms, instruction set architectures and operating systems, including Solaris, AIX, HP-UX, Linux, macOS, and Windows.

New!!: Source-to-source compiler and OpenMP · See more »

OpenVMS

OpenVMS is a closed-source, proprietary computer operating system for use in general-purpose computing.

New!!: Source-to-source compiler and OpenVMS · See more »

Pascal (programming language)

Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968–69 and published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named in honor of the French mathematician, philosopher and physicist Blaise Pascal. Pascal was developed on the pattern of the ALGOL 60 language. Wirth had already developed several improvements to this language as part of the ALGOL X proposals, but these were not accepted and Pascal was developed separately and released in 1970. A derivative known as Object Pascal designed for object-oriented programming was developed in 1985; this was used by Apple Computer and Borland in the late 1980s and later developed into Delphi on the Microsoft Windows platform. Extensions to the Pascal concepts led to the Pascal-like languages Modula-2 and Oberon.

New!!: Source-to-source compiler and Pascal (programming language) · See more »

PHP

PHP: Hypertext Preprocessor (or simply PHP) is a server-side scripting language designed for Web development, but also used as a general-purpose programming language.

New!!: Source-to-source compiler and PHP · See more »

PL/I

PL/I (Programming Language One, pronounced) is a procedural, imperative computer programming language designed for scientific, engineering, business and system programming uses.

New!!: Source-to-source compiler and PL/I · See more »

Post processor

A Post Processor is a unique "driver" specific to a CNC machine, robot or mechanism; some machines start at different locations or require extra movement between each operation, the Post-Processor works with the CAM software or off-line programming software to make sure the G-Code output or program is correct for a specific machine build.

New!!: Source-to-source compiler and Post processor · See more »

Preprocessor

In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program.

New!!: Source-to-source compiler and Preprocessor · See more »

Program transformation

A program transformation is any operation that takes a computer program and generates another program.

New!!: Source-to-source compiler and Program transformation · See more »

Programming language

A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output.

New!!: Source-to-source compiler and Programming language · See more »

Prolog

Prolog is a general-purpose logic programming language associated with artificial intelligence and computational linguistics.

New!!: Source-to-source compiler and Prolog · See more »

Python (programming language)

Python is an interpreted high-level programming language for general-purpose programming.

New!!: Source-to-source compiler and Python (programming language) · See more »

QML

QML (Qt Modeling Language) is a user interface markup language.

New!!: Source-to-source compiler and QML · See more »

Ratfor

Ratfor (short for Rational Fortran) is a programming language implemented as a preprocessor for Fortran 66.

New!!: Source-to-source compiler and Ratfor · See more »

Recursive transcompiling

Recursive transpiling (or recursive transcompiling) is the process of applying the notion of transpiling recursively, to create a pipeline of transformations (often starting from a single source of truth) which repeatedly turn one technology into another.

New!!: Source-to-source compiler and Recursive transcompiling · See more »

ROSE (compiler framework)

The ROSE compiler framework, developed at Lawrence Livermore National Laboratory (LLNL), is an open-source software compiler infrastructure to generate source-to-source analyzers and translators for multiple source languages including C (C89, C98, Unified Parallel C (UPC)), C++ (C++98, C++11), Fortran (77, 95, 2003), OpenMP, Java, Python, and PHP.

New!!: Source-to-source compiler and ROSE (compiler framework) · See more »

Ruby (programming language)

Ruby is a dynamic, interpreted, reflective, object-oriented, general-purpose programming language.

New!!: Source-to-source compiler and Ruby (programming language) · See more »

Sass (stylesheet language)

Sass (Syntactically awesome style sheets) is a style sheet language initially designed by Hampton Catlin and developed by Natalie Weizenbaum.

New!!: Source-to-source compiler and Sass (stylesheet language) · See more »

Scheme (programming language)

Scheme is a programming language that supports multiple paradigms, including functional programming and imperative programming, and is one of the two main dialects of Lisp.

New!!: Source-to-source compiler and Scheme (programming language) · See more »

Source code

In computing, source code is any collection of code, possibly with comments, written using a human-readable programming language, usually as plain text.

New!!: Source-to-source compiler and Source code · See more »

Stalin (Scheme implementation)

Stalin (STAtic Language ImplementatioN) is an aggressive optimizing batch whole-program Scheme compiler written by Jeffrey Mark Siskind.

New!!: Source-to-source compiler and Stalin (Scheme implementation) · See more »

Swift (programming language)

Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, and Linux.

New!!: Source-to-source compiler and Swift (programming language) · See more »

Tim Paterson

Tim Paterson (born 1956) is an American computer programmer, best known for creating 86-DOS, an operating system for the Intel 8086.

New!!: Source-to-source compiler and Tim Paterson · See more »

Translator (computing)

A translator or programming language processor is a computer program that performs the translation of a program written in a given programming language into a functionally equivalent program in another computer language (the target language), without losing the functional or logical structure of the original code (the "essence" of each program).

New!!: Source-to-source compiler and Translator (computing) · See more »

TypeScript

TypeScript is an open-source programming language developed and maintained by Microsoft.

New!!: Source-to-source compiler and TypeScript · See more »

Vala (programming language)

Vala is an object-oriented programming language with a self-hosting compiler that generates C code and uses the GObject system.

New!!: Source-to-source compiler and Vala (programming language) · See more »

Web browser

A web browser (commonly referred to as a browser) is a software application for accessing information on the World Wide Web.

New!!: Source-to-source compiler and Web browser · See more »

X10 (programming language)

X10 is a programming language being developed by IBM at the Thomas J. Watson Research Center as part of the Productive, Easy-to-use, Reliable Computing System (PERCS) project funded by DARPA's High Productivity Computing Systems (HPCS) program.

New!!: Source-to-source compiler and X10 (programming language) · See more »

XSLT

XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or XSL Formatting Objects, which may subsequently be converted to other formats, such as PDF, PostScript and PNG.

New!!: Source-to-source compiler and XSLT · See more »

Xtend

Xtend is a general-purpose high-level programming language for the Java Virtual Machine.

New!!: Source-to-source compiler and Xtend · See more »

Zilog Z80

The Z80 CPU is an 8-bit based microprocessor.

New!!: Source-to-source compiler and Zilog Z80 · See more »

86-DOS

86-DOS is a discontinued operating system developed and marketed by Seattle Computer Products (SCP) for its Intel 8086-based computer kit.

New!!: Source-to-source compiler and 86-DOS · See more »

Redirects here:

JS source map, JS source maps, JavaScript source map, JavaScript source maps, Programming language translation, Programming language translator, Source code translation, Source code translator, Source to source compilation, Source to source compiler, Source to source translator, Source-to-source compilation, Source-to-source compilers, Source-to-source translator, TRANS (command), TRANS.COM, Trans-compiled, Trans-compiles, Trans-compiling, Transcompilation, Transcompile, Transcompiled, Transcompiler, Transcompiling, Transpilation, Transpile, Transpiler, Transpiling, XLAT86, XLT86.

References

[1] https://en.wikipedia.org/wiki/Source-to-source_compiler

OutgoingIncoming
Hey! We are on Facebook now! »