Implement URI syntax #<...> that's readable.
authorChris Hanson <org/chris-hanson/cph>
Tue, 15 Mar 2016 05:28:38 +0000 (22:28 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 15 Mar 2016 05:28:38 +0000 (22:28 -0700)
commit35393fa8491be0cdc7b9b7b953570cf7d9e66ea9
treefedff2f2a00480880aa62d87cf356b26296aeb21
parentc028c8bde729ed2b57a384c354fd3a0bd63d06eb
Implement URI syntax #<...> that's readable.

Old syntax was too verbose with useless hash number.
Also this nicely reflects the standard way to write a URI <...>
src/runtime/parse.scm
src/runtime/unpars.scm
src/runtime/url.scm