Search

November 08, 2013
GDC »
...we can define a TYPE_LANG_FLAG macro to allow us to tell the
backend...
November 07, 2013
General »
...this. The declaration of the macro would look like this:

macro interpolate (Context context, Ast...
November 07, 2013
General »
...John");

In this case "where" is a macro. Which translates the given AST into the...
November 06, 2013
General »
Depending on editor/IDE a decent macro/extension would detect specific function before the q...
November 06, 2013
General »
...The idea back then was to add AST macros, hence the "macro" keyword.

-- 
/Jacob Carlborg
November 04, 2013
DMD »
...src/doc.c
    M src/macro.c
    M src/macro.h

  Log Message:
  -----------
  Const-ify...
November 04, 2013
General »
...code, called XS. This works via a macro language that wraps around C and DTRT...
November 04, 2013
Learn »
...macro. (Perhaps there is some sort of escaping but I just used the DOLAR macro...
November 04, 2013
Learn »
...can highlight parts of code by a macro.

However, that means that unbalanced parentheses in...
November 03, 2013
c++ »
/* From stdint.h:
#define UINTMAX_MAX    18446744073709551615

... except that the compiler rejects integer literals bigger...
148 149 150 151 152 153 154 155 156 157 158
Next ›   Last »