lampepfl / xml-interpolator

XML String Interpolator for Dotty
Apache License 2.0
31 stars 6 forks source link

Support `xml` string interpolator extractor #46

Open nicolasstucki opened 4 months ago

nicolasstucki commented 4 months ago
data match
  case xml"<div>$content</div>" => 

The Scala Days 2023 - Implementing a Macro in Scala 3 presentation shows how to define this in slides String interpolator macro V2. A concrete example can be found here.

nicolasstucki commented 4 months ago

This PR started the implementation of this feature #41