roc/compiler/can/tests
Richard Feldman 37a254cef3 Interpolate strings by desugaring to Str.concat
We could definitely make this more efficent by
allocating enough space for the final string
and then copying the contents of each of the pieces
into it one by one. We don't do that yet though!
2020-08-31 23:14:45 -04:00
..
helpers Reproduce empty string parsing bug 2020-08-31 23:13:50 -04:00
can_inline.rs Temporarily disable can_inline 2020-07-07 21:11:56 -04:00
test_can.rs Interpolate strings by desugaring to Str.concat 2020-08-31 23:14:45 -04:00