Search

July 16, 2014
GDC »
...0 : { *(.debug_ranges) }
  /* DWARF Extension.  */
  .debug_macro    0 : { *(.debug_macro) }
  .gnu.attributes 0 : { KEEP (*(.gnu...
July 15, 2014
General »
...indicate the current thread. When the @thread macro is used on a function it would...
July 14, 2014
Issues »
...you're basically using mixin as a macro system for generating code inside a single...
July 14, 2014
General »
...to add anything to the compiler. Your macro would help the developer ensure that particular...
July 14, 2014
General »
...reflection would form part of any ast macro system, perhaps everyone could agree to focus...
July 14, 2014
General »
...You read the comments on what the macro does (or look at the code) and...
July 14, 2014
General »
...Rust:

foo!("asd");

In Rust ! indicates a macro invocation. But this is already occupied in...
July 13, 2014
General »
...to allow transparent macros (without explicit mixin/macro keyword at call site) which is a...
July 13, 2014
General »
...be implemented as a declaration macro [1], something like this:

macro thread (Context, Ast!(string...
July 11, 2014
General »
...an AST based macro system, where `mixin` can accept ASTs and the `macro` keyword is...
123 124 125 126 127 128 129 130 131 132 133
Next ›   Last »