Iteratively calling "use" on a list of modules?
|
|
20
|
156
|
November 5, 2024
|
How to increase printable_limit from Macro.to_string()?
|
|
10
|
1039
|
October 4, 2024
|
Identifying function calls in AST
|
|
1
|
58
|
August 5, 2024
|
Improve this `unpipe` function?
|
|
15
|
355
|
June 24, 2024
|
Keyword.put in macro results in AST instead of keyword list
|
|
5
|
218
|
April 11, 2024
|
Any idea how to emit an empty AST node in a macro?
|
|
7
|
655
|
January 5, 2024
|
Extract n-th argument of all function calls in a project
|
|
6
|
405
|
January 3, 2024
|
Implicit modules and script style plugins
|
|
2
|
302
|
January 1, 2024
|
Howto convert surface template to some ast?
|
|
0
|
224
|
November 3, 2023
|
How to make whitespace changes via the AST with mix format?
|
|
1
|
307
|
October 31, 2023
|
Today I realized how powerful macros really are
|
|
17
|
5173
|
September 8, 2023
|
A script for re-writing AST: where to start?
|
|
5
|
899
|
March 4, 2023
|
Sourceror - Utilities to work with Elixir source code
|
|
14
|
2819
|
February 5, 2023
|
How does the =/2 special form work?
|
|
1
|
483
|
December 7, 2022
|
Generating general AST syntax from Elixir app
|
|
3
|
500
|
November 2, 2022
|
Using `is_*` functions on AST nodes
|
|
8
|
402
|
October 20, 2022
|
How to turn Macro.string_to_quoted_with_comments! back into string
|
|
2
|
654
|
August 3, 2022
|
how to fetch the list of necessary bindings in an EEx template or in a AST
|
|
1
|
428
|
July 19, 2022
|
How to create a tuples with Sourceror library (AST pattern)
|
|
1
|
511
|
May 19, 2022
|
Decompile BEAM files to Elixir source code
|
|
14
|
7597
|
March 29, 2022
|
Find out unbound variables in the AST, or How I Made Drab Better But Slower, or I Need A Community Opinion on the Approach
|
|
13
|
2108
|
January 7, 2022
|
Create a module in memory, refresh/reload on change
|
|
5
|
1354
|
September 2, 2021
|
How to test a macro by comparing the resulting AST?
|
|
9
|
765
|
August 25, 2021
|
How to get the AST that would be generated by the given macro?
|
|
26
|
3022
|
August 4, 2021
|
Distinguish variable from call of 0-arity function
|
|
1
|
886
|
May 22, 2021
|
How to get an AST and Macro.Env of a function by name and arity?
|
|
9
|
1771
|
May 21, 2021
|
Macros that define functions: conversions between an atom and an AST leaf that is an atom
|
|
5
|
1362
|
May 19, 2021
|
Is there a complete Elixir AST reference?
|
|
14
|
3488
|
April 27, 2021
|
How do I get a well-formatted string from an AST?
|
|
10
|
3162
|
December 17, 2019
|
Can anyone englighten me on how the Poison.Encoder __deriving__ macro works?
|
|
2
|
957
|
November 30, 2019
|