cbor-wg / edn-literal

Application-oriented literals for CBOR extended diagnostic notation
Other
0 stars 7 forks source link

Support Appendix G.4 of RFC 8610 #20

Closed cabo closed 10 months ago

cabo commented 11 months ago

i.e., build strings by concatenation

      "Hello " "world"
      "Hello" h'20' "world"
      "" h'48656c6c6f20776f726c64' ""