Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

syntax-rules not completely hygienic?

macros scheme syntax-rules

How do you create a macro (or other tool) that uses the text of given variables in string format?

c++ macros

Macro expansion for macros with arguments vs. variables with the same name

c gcc macros c-preprocessor

What is the easiest way to update an immutable AST?

Defining a Preprocessor Macro

c++ macros c-preprocessor

macro expansion with templates

c++ templates macros

Tera Term Scripting, need help developing a macro

scripting macros

Changing the compiler's classpath from a Scala macro?

How can I reverse engineer a (deprecated) Excel V4 macro?

excel macros excel-4.0

Reifying the function implementation instead of the reference

C Preprocessor: Own implementation for __COUNTER__

c macros c-preprocessor

C programming, make change at two location with one macro

c macros c-preprocessor

C macro to ensure element is at start of struct

c macros struct

Using a macro to create QObject derived classes

c++ qt macros c-preprocessor moc

Scheme: difference between define and define-syntax-rule

macros scheme racket

Macroexpand for parenscript

Access Class<T> of Context.getLocalClass() in build macro

macros haxe

How to define some macros as 'private' to a module, when using `macro_use` in Rust?

macros namespaces rust

Deprecate old name for class in C++

What is the difference between a macro and a const in C++?

c++ macros constants