You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
8
8
ExprTools provides tooling for working with Julia expressions during [metaprogramming](https://docs.julialang.org/en/v1/manual/metaprogramming/).
9
9
This package aims to provide light-weight performant tooling without requiring additional package dependencies.
10
10
11
-
Alternatively see the [MacroTools](https://github.com/MikeInnes/MacroTools.jl) package for a more powerful set of tools.
12
-
13
11
Currently, this package provides the `splitdef`, `signature` and `combinedef` functions which are useful for inspecting and manipulating function definition expressions.
14
12
-`splitdef` works on a function definition expression and returns a `Dict` of its parts.
15
13
-`combinedef` takes a `Dict` from `splitdef` and builds it into an expression.
@@ -71,6 +69,6 @@ Dict{Symbol, Any} with 3 entries:
71
69
```
72
70
73
71
### JuliaCon 2021 Video
74
-
"ExprTools: Metaprogramming from reflection" by Lyndon White
72
+
"ExprTools: Metaprogramming from reflection" by Frames White
0 commit comments