Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Converting Rust macro types into expressions

macros rust

How to use a type (ty) within a macro to construct a struct instance in Rust?

macros rust

Trouble with this macro

macros clojure lisp

What is the purpose of a double negative in macro definition, like (!!(expr))? [duplicate]

Problem With Macros (#define) "showing Expected identifier before numeric constant" error, in iPad

iphone ipad macros

Is there path macros in IntelliJ IDEA that points to project directory ? (IDEA 10.5.2)

macros path intellij-idea

function-like macro with the same name as an object-like macro

c macros c-preprocessor

Macro to access source code text at runtime

scala macros

How to define a template for adding multiple files to a project?

Dynamic #include based on macro definition

c++ macros makefile

How to define custom macros in MathJax

macros latex mathjax

How do I generate `quote::Tokens` from both a constant value and a collection of values?

macros rust

Clojure macroexpand

macros clojure

Type-generic programming with macros: tricks to determine type?

Type overloading macro

Difference between a macro definition and function definition

Macro expands correctly, but gives me "expected expression" error

c macros c-preprocessor

Access the compilation date during compilation in Haxe

macros haxe

C pre-processor macro expansion

c macros c-preprocessor

Macro expansion and stringification: How to get the macro name (not its value) stringified using another macro?

c macros