Manipulating AST before compilation?
|
|
2
|
640
|
March 6, 2022
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
2388
|
February 20, 2022
|
Creating a set of functions with the same name using macros.
|
|
8
|
1248
|
January 27, 2022
|
How to inject code depending on Elixir API availability?
|
|
5
|
610
|
January 20, 2022
|
Compilation cleanup hook to generate a file
|
|
3
|
405
|
January 18, 2022
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
452
|
January 13, 2022
|
Is it possible to document modules defined at runtime?
|
|
5
|
536
|
January 12, 2022
|
Flow based programming in elixir
|
|
23
|
3675
|
December 18, 2021
|
I have implemented the Roc lang `<-` operator using macros
|
|
3
|
1266
|
December 6, 2021
|
Why does Code.compile_string report deprecation warnings only sometimes?
|
|
4
|
1038
|
November 23, 2021
|
Getting a list of "tagged" modules
|
|
12
|
3672
|
October 27, 2021
|
StatesLanguage - Declaratively design state machines that compile to Elixir based :gen_statem processes with the States Language JSON specification
|
|
25
|
3372
|
October 7, 2021
|
Checking if there's matching function clause before calling function
|
|
0
|
356
|
October 1, 2021
|
How to test 'test-helper macros'?
|
|
0
|
507
|
September 25, 2021
|
How to make a put_deep/2 macro (how to access a variable from a macro)?
|
|
11
|
771
|
September 2, 2021
|
Create a module in memory, refresh/reload on change
|
|
5
|
851
|
September 2, 2021
|
Techniques to track function calls
|
|
1
|
660
|
August 18, 2021
|
How to get the AST that would be generated by the given macro?
|
|
26
|
2112
|
August 4, 2021
|
Order of evaluation of macro context
|
|
4
|
948
|
August 1, 2021
|
Is there a resource that would help me understand how defmacro can be defined as a macro via defmacro?
|
|
2
|
724
|
July 28, 2021
|
Accessing macro/caller context variables in dynamically generated of functions in macros
|
|
6
|
1688
|
June 27, 2021
|
Defining an anonymous function of dynamic arity (not variadic)
|
|
8
|
1599
|
June 18, 2021
|
Wrapping a macro of a dependency - best way
|
|
0
|
442
|
June 2, 2021
|
Calling function in a macro with unknown/variable parameter size
|
|
2
|
845
|
May 28, 2021
|
Generating pattern matching functions based on a module attribute
|
|
6
|
866
|
May 17, 2021
|
Attributes with function name
|
|
3
|
561
|
April 15, 2021
|
Automatically wrap functions in a module with metaprogramming
|
|
2
|
716
|
April 9, 2021
|
I can't get actual code location (line/column) from macros used in tests
|
|
7
|
823
|
March 30, 2021
|
Module documentation not immediatelly available after ensuring then module is compiled
|
|
3
|
771
|
March 25, 2021
|
Order of execution of @on_definition, @before_compile and @after_compile
|
|
2
|
1256
|
March 25, 2021
|