Skip to content

Commit 9795da9

Browse files
committed
stub documentation for Macro
1 parent 19f2c5a commit 9795da9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/Macro.pod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=begin pod
2+
3+
=TITLE class Macro
4+
5+
class Macro is Routine { }
6+
7+
A macro is a Routine whose invocation typically happens during
8+
parsing. By returning an L<AST>, a macro can inject code into
9+
the calling location.
10+
11+
=end pod

0 commit comments

Comments
 (0)