q package:interpolatedstring-perl6

QuasiQuoter for a non-interpolating string literal. The pattern portion is undefined.
QuasiQuoter for interpolating '{expr}' into a string literal. The pattern portion is undefined.
QuasiQuoter for interpolating '$var' and '{expr}' into a string literal. The pattern portion is undefined.
A class for types that use special interpolation rules. Instances of ShowQ that are also instances of IsString should obey the following law:
fromString (showQ s) == s
because this library relies on this fact to optimize away needless string conversions.