test simple quoted ast
This commit is contained in:
parent
2e7e7df4a3
commit
59f969a232
7 changed files with 420 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
大部分场景不用在 `macro` 对 Ast 进行复杂模式匹配来分析代码。
|
||||
|
||||
|
||||
## 核心思路 使用 inline 和 `FromExpr` 代替大部分 parsing 工作
|
||||
## 核心思路 使用 inline 和 `FromExpr` 代替部分 parsing 工作
|
||||
|
||||
`FromExpr` 是 `scala3` 内置的 typeclass,用来获取编译期值 。
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue