Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-quasiquotes

Dependent type seems to “not work” when generated by Scala macro

What is the type of quasiquote that matched type parameters?

Convert String expression to actual working instance expression

How to match a `universe#Type` via quasiquotes or deconstructors?

"macro implementation reference has wrong shape" in the Scala Documentation examples

How to get the runtime value of parameter passed to a Scala macro?

How does the Scala compiler perform implicit conversion?

Matching XML Literals in Scala Macros

How do I add a no-arg constructor to a Scala case class with a macro annotation?

Quasiquotes for multiple parameters and parameter lists

Splicing a passed function body into a macro-rewritten expression

Scala quasiquote concatenation

Matching function literals with quasiquotes in Scala

How to use Shapeless in a Quasiquote?