***DO NOT USE for VBA / MS-Office languages.
I'm building a program for ARM Linux using GAS, but I want to do some macros to make my development …
assembly macros gnu-assemblerI know there is a way to list mappings via :map (or :imap, :cmap, etc.), but I can't find a …
macros vim viI'm working on LibreOffice server-side: on the server I run soffice --accept=... Then I use Java LibreOffice client API's to …
java macros openoffice.org libreofficeI read the following code: #define MACRO(abc, def) {#def ## #abc} char result[10] = MARCO(abc, def); I know the ## operator …
c macros c-preprocessor stringificationI'm trying to get an auto generated list of symbols in my latex project. Here is the macro that I …
latex macros lookup-tablesHere is a simplified version of what I'm trying to do enum First { a, b, c, nbElementFirstEnum, }; enum Second { a, …
c++ macros c++11 integer static-assertI have been trying to implement a function macro in C that prepends "DEBUG: ", to the argument, and passes its …
c macros c-preprocessor variadic-macros stringificationHow are extra args & kwargs handled for a Jinja2 macro? The documentation isn't exactly clear offhand. For example, this …
python macros jinja2