Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Variadic macro in the C preprocessor (view)

searching for C preprocessor 18 found (75 total)

alternate case: c preprocessor

Embeddable Common Lisp (193 words) [view diff] exact match in snippet view article find links to article

setf expansions and compiler-macros, result in a custom compile-time C preprocessor. "ECL 23.9.9 release". Giuseppe Attardi. "The Embeddable Common Lisp"
Walter Bright (571 words) [view diff] no match in snippet view article find links to article
blogger for Dr. Dobb's Journal. Around 2014, Bright wrote Warp, a fast C/C++ preprocessor written in D, for Facebook. Bengel, Erick (2016-06-30). "Museum of
Backslash (2,192 words) [view diff] case mismatch in snippet view article find links to article
Archived from the original on 2013-12-03. Retrieved 2009-10-11. "The C Preprocessor". GNU.org. Archived from the original on 2021-08-03. Retrieved 2021-01-04
FourCC (1,172 words) [view diff] case mismatch in snippet view article find links to article
libavcodec/raw.c Source File". ffmpeg.org. Retrieved June 9, 2019. "The C Preprocessor: Implementation-defined behavior". gcc.gnu.org. "ACPI ID Registry".
ROSE (compiler framework) (421 words) [view diff] exact match in snippet view article
input source code is carefully preserved in the ROSE IR, including C preprocessor control structure, source comments, source position information, and
Comparison of documentation generators (227 words) [view diff] exact match in snippet view article find links to article
included in XML output and Doxygen-style tagfile (-D flag in 8.7). Partial C preprocessor support with -p flag. Support for #if/#ifdef control over documentation
HeaderDoc (417 words) [view diff] exact match in snippet view article find links to article
pl—a tool that can be used to filter out sections of headers based on C preprocessor macros. This is currently available only by downloading the source tarball
Comparison of open-source and closed-source software (2,524 words) [view diff] exact match in snippet view article find links to article
areas of file organization, code structure, code style, the use of the C preprocessor, and data organization. The aggregate results indicated that they scored
General-purpose macro processor (443 words) [view diff] exact match in snippet view article find links to article
another general macro processor written by Denis Auroux. It resembles a C preprocessor, but has more general semantics and allows for customized syntax (for
Feature-oriented programming (2,132 words) [view diff] exact match in snippet view article find links to article
feature models. GenVoca features were originally implemented using C preprocessor (#ifdef feature ... #endif) techniques. A more advanced technique, called
SuperPascal (1,793 words) [view diff] exact match in snippet view article find links to article
(GPC probably only errors on this if you enable strict flags), and the C preprocessor commands #include 'xx' must be changed to {$include 'xx'}. { Time code
Leonard H. Tower Jr. (1,434 words) [view diff] exact match in snippet view article find links to article
documentation on writing machine descriptions ... the ANSI standard (Nov 86) C preprocessor and 30 pages of reference manual for it. This compiler compiles itself
Waf (build system) (726 words) [view diff] no match in snippet view article
unit tests run on programs at the end of builds Waf supports: A C/C++ preprocessor for computing dependencies Fortran is supported with automated detection
Assembly language (9,872 words) [view diff] exact match in snippet view article find links to article
values. Unlike certain previous macro processors inside assemblers, the C preprocessor is not Turing-complete because it lacks the ability to either loop or
Amiga software (5,130 words) [view diff] no match in snippet view article find links to article
shipping Music-X audio software for the Amiga, and Lattice released its C++ preprocessor for the Amiga. Cygnus Editor ubiquitous text editor, one of the most
Richard Stallman (9,330 words) [view diff] exact match in snippet view article find links to article
GCC in two parts, one part under GPL and the other part, an Objective-C preprocessor under a proprietary license. Stallman initially thought this would be
Coroutine (5,477 words) [view diff] no match in snippet view article find links to article
more familiar sequential model. CO2 - stackless coroutine based on C++ preprocessor tricks, providing await/yield emulation. ScummVM - The ScummVM project
SrcML (1,107 words) [view diff] no match in snippet view article find links to article
struct_decl, union, union_decl Exception catch, throw, throws, try C-Preprocessor cpp:define, cpp:directive, cpp:elif, cpp:endif, cpp:error, cpp:file