How to generate a class in Dotty with macro?...
Read MoreScala macros/paradise case class apply method...
Read MoreIs there any trick to use macros in the same file they are defined?...
Read MoreWeakTypeTag for higher kinded type...
Read MoreHow to access method valueOf of an unknown enum in Scala 3...
Read MoreScala 3 macro to list source code of file...
Read MoreScala 3 Macros: How to invoke a method obtained as a `Symbol` in a quoted code block?...
Read MoreProviding the equivalent of a type parameter [T] from inside a Scala 3 macro...
Read MoreHow to extract all methods in scala 3 using a tasty inspector?...
Read MoreHow can I pass an argument to a Scala Macro Annotation impl?...
Read MoreCan I generate Scala code from a template (of sorts)?...
Read MoreIs it possible to match a quoted type of a sum type?...
Read MoreDoes scala-3 macros support compile-time global variables? How to use them?...
Read Moreautomatically generate case object for case class...
Read MoreAuto-Generate Companion Object for Case Class in Scala...
Read MoreHow to use quasiquotes with previously defined object...
Read MoreSearching for implicit inside a reify call (scala macro)...
Read MoreResolve type projection in scala macro...
Read MoreWhat can cause "Unexpected tree in genLoad" in a macro expansion?...
Read MoreIs there a type-class that checks for existence of at least one implicit of a type?...
Read MoreImplicit materialization in the same module...
Read MoreCan you implement dsinfo in Scala 3? (Can Scala 3 macros get info about their context?)...
Read MoreExpand Code to Raw AST Scala 3 in the REPL...
Read MoreScala: verify class parameter is not instanceOf a trait at compile time...
Read MorePrinting MirroredElemTypes in Scala 3...
Read MoreHow to access parameter list of case class in a dotty macro...
Read Morescala 3 macro: get class properties...
Read More