From 1d502c1905193cbc448c8935b19028e807a7c43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=A2=83=E8=BF=B7=E7=A6=BB?= Date: Wed, 18 Aug 2021 16:21:03 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0af1109..8ca343a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ Learn Scala macro and abstract syntax tree. > The intellij plugin named `Scala-Macro-Tools` in marketplace. -**[Description of each annotation](./docs/English)** +# Document + +[https://bitlap.org/lab/smt](https://bitlap.org/lab/smt) # How to use @@ -61,4 +63,4 @@ Where `` must be the full scala version. For example 2.12.13 If that doesn't work, google for alternatives. In version scala`2.13.x`, the functionality of macro paradise has been included in the scala compiler directly. However, -you must still enable the compiler flag `-Ymacro-annotations`. \ No newline at end of file +you must still enable the compiler flag `-Ymacro-annotations`. -- GitLab