Skip to content

Commit bcc7765

Browse files
authored
Update README.md
1 parent 23d4aa6 commit bcc7765

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
ExprTools provides tooling for working with Julia expressions during [metaprogramming](https://docs.julialang.org/en/v1/manual/metaprogramming/).
99
This package aims to provide light-weight performant tooling without requiring additional package dependencies.
1010

11-
Alternatively see the [MacroTools](https://github.com/MikeInnes/MacroTools.jl) package for a more powerful set of tools.
12-
1311
Currently, this package provides the `splitdef`, `signature` and `combinedef` functions which are useful for inspecting and manipulating function definition expressions.
1412
- `splitdef` works on a function definition expression and returns a `Dict` of its parts.
1513
- `combinedef` takes a `Dict` from `splitdef` and builds it into an expression.
@@ -71,6 +69,6 @@ Dict{Symbol, Any} with 3 entries:
7169
```
7270

7371
### JuliaCon 2021 Video
74-
"ExprTools: Metaprogramming from reflection" by Lyndon White
72+
"ExprTools: Metaprogramming from reflection" by Frames White
7573

7674
[![YouTube Video](https://img.youtube.com/vi/CREWoLxpDMo/0.jpg)](https://www.youtube.com/watch?v=CREWoLxpDMo)

0 commit comments

Comments
 (0)