Registry / other / quasiquotes-2-10

quasiquotes-2-10

JSON →
library2.1.1javamavenunverified

Empowers production Scala compiler with latest macro developments by providing quasiquote support for Scala 2.10.

<dependency> <groupId>org.scalamacros</groupId> <artifactId>quasiquotes_2.10</artifactId> <version>2.1.1</version> </dependency>
INSTALL
IMPORT
SIG · QUASIQUOTES-2-10
Q
quasiquotes-2-10
otherjavav2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Quasiquote
scala.reflect.runtime.universe.Quasiquote

Uses a quasiquote to create a Scala AST tree.

import scala.reflect.runtime.universe._ object Main extends App { val tree = q"val x = 1" println(tree) }
Debug
Known issues
breakingThis library is specific to Scala 2.10; it will not work with other Scala versions.
fix
Use the appropriate version of quasiquotes for your Scala version (e.g., quasiquotes_2.11, quasiquotes_2.12).
affects: all
Upgrade
Version history
2.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
6
Resources
quasiquotes-2-10 — mvn dependency:get quasiquotes-2-10 · libregistry