/scala_meta_example_paradise

For "introduction to scalameta-based macro annotations" demo

Primary LanguageScalaMIT LicenseMIT

For demo purposes, shows how to create "memoized" macro annotation with scalameta.

To Run

Via Sbt:

  • sbt run

Via IntellIj:

  • Create a run configuration with the following
    • Classpath of Module: "root"
    • Main method: "Main" - Note: This will show an error because IntelliJ cant detect expanded macros yet*