https://github.com/toktok/jvm-macros
Various useful Scala macros
https://github.com/toktok/jvm-macros
macros scala
Last synced: 10 months ago
JSON representation
Various useful Scala macros
- Host: GitHub
- URL: https://github.com/toktok/jvm-macros
- Owner: TokTok
- License: gpl-3.0
- Created: 2016-10-03T11:22:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T10:04:19.000Z (over 1 year ago)
- Last Synced: 2025-04-04T04:41:22.890Z (over 1 year ago)
- Topics: macros, scala
- Language: Scala
- Homepage: https://toktok.ltd/
- Size: 45.9 KB
- Stars: 0
- Watchers: 23
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# jvm-macros
Macros for Scala programs.
## Dependencies: compile
To build the package itself, the following dependencies are required:
- org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4
- org.scala-lang.modules:scala-xml_2.11:1.0.5
- org.scala-lang:scala-compiler:2.11.12
- org.scala-lang:scala-reflect:2.11.12
- org.toktok:macros_2.11:0.1.1
## Dependencies: test
For testing, the following additional dependencies are required:
- org.scalactic:scalactic_2.11:3.2.0-SNAP7
- org.scalatest:scalatest_2.11:3.2.0-SNAP7