This is a scala library for writing custom string interpolation implementations via parser combinators.

Examples

Getting Started describes creating a parser analogous to the standard s interpolator.

More complicated examples are available in the JsonParser, TimeParser, etc. subprojects in the source repository.

In this article