We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcc73c commit 4f422c5Copy full SHA for 4f422c5
README.md
@@ -2,8 +2,8 @@
2
3
This package performs operations on Julia's [lowered AST](https://docs.julialang.org/en/latest/devdocs/ast/).
4
Current utilities include:
5
-- `signature`: compute the signature of a specific method
6
-- `methoddef!`: extract a method signature from lowered code
+- `signature`: compute the signature of a single method from its lowered definition
+- `methoddef!`: find signatures and optionally evaluate methods from lowered code
7
- `rename_framemethods!`, resolve gensymmed names (https://github.com/JuliaLang/julia/issues/30908)
8
- `bodymethod`: find the method that executes the body of a keyword-argument function
9
0 commit comments