Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How to generate complex enum variants with a macro in rust

macros rust

Debugging comments and C/C++ macros

c++ macros c-preprocessor

What does @. do in Julia?

macros julia

What is the difference between visiting, instantiating, and declaring a module?

syntax module macros racket

how to use with-syntax macro

macros scheme racket

What is a macro in Rails?

ruby-on-rails ruby macros

How do I use side mouse buttons with Pynput?

python macros mouse pynput

BOOST_FUSION_ADAPT_TPL_STRUCT with template members

Using regex in a libreoffice calc macro to extract text from parentheses in a cell

"error: expected expression before struct" at macro argument to `offsetof` inside a macro function with musl

c gcc macros musl

Swift: Multiple targets handling: macros not working [duplicate]

ios xcode macros targets

Is there a way for Rust macros to act as text substitutions like in C?

macros rust preprocessor

how is a macro expanded in clojure?

macros clojure expand

Racket - Inject special variables into macro code

macros racket

Is there a way to convert code to a string and vice versa in Python?

python macros

How to render twig macro in controller symfony 2

php symfony macros twig

C++ macro to test availability of __func__, __FUNCTION__, __PRETTY_FUNCTION__, etc

c++ c++11 gcc macros