Skip to content

Commit 4f422c5

Browse files
authored
Clarify API in readme (#27)
Closes #26
1 parent 3bcc73c commit 4f422c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This package performs operations on Julia's [lowered AST](https://docs.julialang.org/en/latest/devdocs/ast/).
44
Current utilities include:
5-
- `signature`: compute the signature of a specific method
6-
- `methoddef!`: extract a method signature from lowered code
5+
- `signature`: compute the signature of a single method from its lowered definition
6+
- `methoddef!`: find signatures and optionally evaluate methods from lowered code
77
- `rename_framemethods!`, resolve gensymmed names (https://github.com/JuliaLang/julia/issues/30908)
88
- `bodymethod`: find the method that executes the body of a keyword-argument function
99

0 commit comments

Comments
 (0)