July 16, 2014 GDC » --gc-sections and GDC | |||
|---|---|---|---|
| |||
...0 : { *(.debug_ranges) }
/* DWARF Extension. */
.debug_macro 0 : { *(.debug_macro) }
.gnu.attributes 0 : { KEEP (*(.gnu... | |||
July 15, 2014 General » Re: Thread Attributes | |||
|---|---|---|---|
| |||
...indicate the current thread. When the @thread macro is used on a function it would... | |||
July 14, 2014 Issues » [Issue 13079] Need 'this' to access member - function literal | |||
|---|---|---|---|
| |||
...you're basically using mixin as a macro system for generating code inside a single... | |||
July 14, 2014 General » Re: Thread Attributes | |||
|---|---|---|---|
| |||
...to add anything to the compiler. Your macro would help the developer ensure that particular... | |||
July 14, 2014 General » Re: How can I dump an expression into log and execute it | |||
|---|---|---|---|
| |||
...reflection would form part of any ast macro system, perhaps everyone could agree to focus... | |||
July 14, 2014 General » Re: How can I dump an expression into log and execute it | |||
|---|---|---|---|
| |||
...You read the comments on what the macro does (or look at the code) and... | |||
July 14, 2014 General » Re: How can I dump an expression into log and execute it | |||
|---|---|---|---|
| |||
...Rust:
foo!("asd");
In Rust ! indicates a macro invocation. But this is already occupied in... | |||
July 13, 2014 General » Re: How can I dump an expression into log and execute it | |||
|---|---|---|---|
| |||
...to allow transparent macros (without explicit mixin/macro keyword at call site) which is a... | |||
July 13, 2014 General » Re: Thread Attributes | |||
|---|---|---|---|
| |||
...be implemented as a declaration macro [1], something like this: macro thread (Context, Ast!(string... | |||
July 11, 2014 General » Re: How can I dump an expression into log and execute it | |||
|---|---|---|---|
| |||
...an AST based macro system, where `mixin` can accept ASTs and the `macro` keyword is... | |||
Copyright © 1999-2021 by the D Language Foundation