add README file

This commit is contained in:
jilen 2024-12-10 11:04:03 +08:00
parent cd3503551b
commit 65a5aed23a
2 changed files with 28 additions and 1 deletions

View file

@ -65,7 +65,6 @@ private def compileImpl(x: Expr[Dsl])(using Quotes): Expr[Option[String]] = {
case Some(xv) => '{ Some(${ Expr(xv.ast.toString()) }) }
case None => '{ None }
}
}
case class Foo(id: Long)