https://github.com/fpopic/scala-code-generation-poc
(Learning) shapeless / scalamacros / scalameta
https://github.com/fpopic/scala-code-generation-poc
implicits macros reflect scala scalameta shapeless
Last synced: 3 months ago
JSON representation
(Learning) shapeless / scalamacros / scalameta
- Host: GitHub
- URL: https://github.com/fpopic/scala-code-generation-poc
- Owner: fpopic
- Created: 2019-05-11T21:32:20.000Z (about 6 years ago)
- Default Branch: scalamacros
- Last Pushed: 2021-05-17T20:43:50.000Z (about 4 years ago)
- Last Synced: 2025-01-10T19:41:41.094Z (4 months ago)
- Topics: implicits, macros, reflect, scala, scalameta, shapeless
- Language: Scala
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-code-generation-poc
- annotation macro `@identity`
- def macro implementing `ToMap` typeclass that converts `Product` into `Map[String, Any]`