Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Conditional compilation 17 found (40 total)

alternate case: conditional compilation

Conditional comment (880 words) [view diff] exact match in snippet view article find links to article

JavaScript) called conditional compilation, which uses @-prefixed codes in the style of preprocessor macros in C and C++. Conditional compilation was introduced
ConTeXt (1,580 words) [view diff] exact match in snippet view article find links to article
backgrounds, hyperlinks, presentations, figure-text integration, and conditional compilation. It gives the user extensive control over formatting while making
Libfixmath (211 words) [view diff] exact match in snippet view article find links to article
compiler which supports 64-bit integer arithmetic (such as GCC). Conditional compilation options exist to remove the requirement for a 64-bit capable compiler
JScript (1,741 words) [view diff] exact match in snippet view article find links to article
was to get around trademark issues. However, JScript supports conditional compilation, which allows a programmer to selectively execute code within block
GNU GLOBAL (263 words) [view diff] exact match in snippet view article find links to article
#ifdef directive which select among several main() functions using conditional compilation). It is similar to older tagging software such as ctags and etags
Logtalk (755 words) [view diff] exact match in snippet view article find links to article
expressions, definite clause grammars, term-expansion mechanism, and conditional compilation. It also provides a module system based on de facto standard core
System generation (419 words) [view diff] no match in snippet view article find links to article
ALGOL-like languages ESPOL or NEWP. The MCP is tailored by coding $OMIT conditional-compilation pragmas, which conditionally bypass compilation of specified pieces
Comparison of documentation generators (209 words) [view diff] exact match in snippet view article find links to article
full semantic analysis of source code, including parameter types, conditional compilation directives, macro expansions Javadoc JSDoc Yes JsDoc Toolkit Yes
DG/L (1,003 words) [view diff] exact match in snippet view article find links to article
other environments by recompiling and relinking, accomplished via conditional compilation directives and compiler switches. Ostensibly standing for "Data
Windows software trace preprocessor (1,282 words) [view diff] exact match in snippet view article find links to article
software product if it cannot be disabled (either at compile-time via conditional compilation, or at run-time via flags). Additional considerations special to
Directive (programming) (1,433 words) [view diff] exact match in snippet view article
function-like macros, but does allow regular macros, for purposes such as conditional compilation. The SQLite DBMS includes a PRAGMA directive that is used to introduce
HelpSmith (574 words) [view diff] exact match in snippet view article find links to article
media files management tools, support for various output formats, conditional compilation capabilities, and other functions. The integrated Image Tool can
Comparison of Prolog implementations (562 words) [view diff] exact match in snippet view article find links to article
OS-related Web-related Name Conditional compilation Sockets Multi-threading Tabling HTTP client HTTP server HTML Parser RDF Triple store BProlog Yes Ciao
Indentation style (5,529 words) [view diff] exact match in snippet view article find links to article
== y) { something(); something_else(); } Even like this, with conditional compilation: int c; #ifdef HAS_GETCH while ((c = getch()) != EOF) #else while
POSIX terminal interface (4,442 words) [view diff] exact match in snippet view article find links to article
flags. Portable source code had to contain a significant amount of conditional compilation to accommodate the differences across software platforms, even
List of ISO standards 1–1999 (37,454 words) [view diff] exact match in snippet view article find links to article
2: Varying length character strings ISO/IEC 1539-3:1999 Part 3: Conditional compilation [Withdrawn without replacement] ISO 1540:2006 Aerospace — Characteristics
C++ syntax (7,487 words) [view diff] exact match in snippet view article find links to article
macros: while both of these compile-time language features enable conditional compilation, templates are not restricted to lexical substitution. Templates