Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

Method cannot be accessed in Macro generated class

scala macros scala-macros

Getting Parameters from Scala Macro Annotation

Introspect argument passed to a Scala macro

scala macros scala-macros

Enabling the macro-paradise Scala compiler plugin in Maven projects

How to use Type calculated in Scala Macro in a reify clause?

"dynamically" creating case classes with macros

Scala macros: What is the difference between typed (aka typechecked) and untyped Trees

Getting subclasses of a sealed trait

Matching function literals with quasiquotes in Scala

Scala Macros: Making a Map out of fields of a class in Scala

Scala macros and the JVM's method size limit

How to make IntelliJ IDEA recognise code created by macros?

Where can I learn about constructing AST's for Scala macros?

scala macros scala-macros

Iteration over a sealed trait in Scala?

Static return type of Scala macros

Documenting Scala 2.10 macros [closed]

Getting a structural type with an anonymous class's methods from a macro

How to use Shapeless in a Quasiquote?