No description
Find a file
2022-07-07 19:16:05 +09:00
src Add more testcases, fix impl. 2022-07-07 18:55:30 +09:00
tests Fix a testcase 2022-07-07 19:10:40 +09:00
.gitignore Make test first 2022-07-06 00:18:07 +09:00
LICENSE initial commit 2022-07-05 21:31:19 +09:00
README.md Add installation guide 2022-07-07 19:16:05 +09:00
urlon.nimble Nimble: Add test task 2022-07-07 00:52:02 +09:00

URLON in Nim

URL Object Notation(URLON) implemented in Nim.

URLON is originally designed by @vjeux (see the blog). The main implementation is here.

Installation guide

nimble install urlon

Run tests

nimble test

Legacy URLON

Originally the prefix of URLON object is _(underscore). But now $(dollar sign) is used for it. The reason why it has changed is described here.

If you want to use the legacy version, try -d:legacyUrlon option.

License

MIT
© 2022 Double-oxygeN