Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
This version was designed as a compilable high level programming language.
In C++ however, empty classes are allowed, so it is possible to implement a real unit type; the above example becomes compilable as:
Commands in a programming language are considered to be a special case of specifications-special only because they are compilable.
The outputs are custom documents, typically compilable source modules.
The software is compilable with Windows.
Notable extensions to standard Pascal include separately compilable Units and a String type.
Compilable language - compiled into Windows EXE files.
Like Forth, MUF is a stack-based, compilable, structured language.
Fortunately, their work complemented each other's and they began working together to develop an unstable, but compilable, release of HandBrake supporting the H.264 format.
These complete and compilable examples are from Martin Richards' BCPL distribution.
Portable apps are distinct from software portability, source code written to be compilable into different executable programs for different computing platforms.
Version 6 saw the introduction of separately compilable procedures with parameters; this is the version from which most later BASIC dialects descend.
Dylan attempts to address potential performance issues by introducing "natural" limits to the full flexibility of Lisp systems, allowing the compiler to clearly understand compilable units (i.e., libraries).
Further, only preprocessor instructions may be placed before the precompiled header (because it must be directly or indirectly included through another normal header, before any compilable code).
In essence it provides functions that mimic those of X, so that programs written using MiniGLX should be compilable as X Window programs.
Programs divided into separately compilable sections, with extensive compile-time facilities (a.k.a. macros), not part of the standard, for tailoring and combining sections of source code into complete programs.
MRMC is supplied for Linux, Mac OS X and Microsoft Windows (compilable under Cygwin) platforms.
A preprocessor is used to substitute arbitrary hierarchies, or rather "interconnected 'webs' of macros", to produce the compilable source code with one command ("tangle"), and documentation with another ("weave").
For later versions of TeX, Knuth invented the concept of literate programming, a way of producing compilable source code and cross-linked documentation typeset in TeX from the same original file.
The toolkit provides means for defining language grammars and will produce parsers which automatically construct abstract syntax trees (ASTs), and prettyprinters to convert original or modified ASTs back into compilable source text.
WEB consists of two secondary programs: TANGLE, which produces compilable Pascal code from the source texts, and WEAVE, which produces nicely-formatted, printable documentation using TeX.
Perez insists the resulting environment will be fully compilable, accessible from the GUI, 4GL or C/C++ language level and will support many more linking tools, all using point and click and drag and drop operations.
Note: Due to a know bug in the Apache Axis2 generation utility (wsdl2java) which prevents it from creating compilable code from the ITIS WSDL, we'll be using the Sun Metro package to create our code.
Literate programming is an approach to programming introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated.
In cases where code must be compilable by either standard-conforming or K&R C-based compilers, the macro can be used to split the code into Standard and K&R sections to prevent the use on a K&R C-based compiler of features available only in Standard C.