ex_macro_inspect v1.0.0 ExMacroInspect View Source

Documentation for ExMacroInspect. Elixir Macro Inspection Library to see AST passed in to any macro expression. The main purpose is a aide for developers building macros during development.

Link to this section Summary

Functions

Is just there to show a method for tests

mray prints that the mray macro with no arguments was called

mray prints the 1 AST argument to the mray macro

mray prints the 2 AST arguments to the mray macro

mray prints the 3 AST arguments to the mray macro

Link to this section Functions

Is just there to show a method for tests

mray prints that the mray macro with no arguments was called

Link to this macro mray(first_arg) View Source (macro)

mray prints the 1 AST argument to the mray macro

Link to this macro mray(first_arg, second_arg) View Source (macro)

mray prints the 2 AST arguments to the mray macro

Link to this macro mray(first_arg, second_arg, third_arg) View Source (macro)

mray prints the 3 AST arguments to the mray macro