Bunch v0.1.0 Bunch.Macro View Source
A bunch of helpers for implementing macros.
Link to this section Summary
Functions
Imitates import
functionality by finding and replacing bare function
calls (like foo()
) in AST with fully-qualified call (like Some.Module.foo()
)
Imitates import
functionality by finding and replacing bare function
calls (like foo()
) in AST with fully-qualified call (like Some.Module.foo()
)
Link to this section Functions
Imitates import
functionality by finding and replacing bare function
calls (like foo()
) in AST with fully-qualified call (like Some.Module.foo()
)
Receives AST fragment as first parameter and a pair {Some.Module, :foo} as second
Imitates import
functionality by finding and replacing bare function
calls (like foo()
) in AST with fully-qualified call (like Some.Module.foo()
)
Receives AST fragment as first parameter and list of pairs {Some.Module, :foo} as second