Commit graph

19 commits

Author SHA1 Message Date
0b0a306736 .build.yml: init 2024-08-08 17:44:35 +12:00
c00e0fa7e6 avoid converting objects twice
If I have an object of type T and want to set it as the default
value for a call to .keyAs(), I have to convert it to a string first.
This string would then get converted again in case the key doesn't exist
in the section.
2024-06-18 17:42:36 +12:00
baafe10b17 fix doc comment 2024-06-18 17:42:26 +12:00
fb85533933 update dub.json 2024-06-05 12:39:51 +12:00
dcdbbff878 add copying notice 2024-06-05 12:33:14 +12:00
89e6561297 update readme todo list 2024-06-05 12:30:31 +12:00
756d1a42ee improve readme contents 2024-06-05 12:43:00 +12:00
588324659b implement basic comments 2024-02-06 16:45:12 +13:00
179123a3b2 add progress to readme 2024-02-06 16:44:33 +13:00
74c9d5c155 add second compilation example to readme 2024-02-06 16:44:20 +13:00
441cee0900 fix segmentation fault 2024-02-06 16:39:30 +13:00
1f322e9bb9 fix readme mistake 2024-02-06 12:31:49 +13:00
9fe1a5199b fix parser docs 2024-02-06 12:22:36 +13:00
0a23d914f7 add defaultValue parameter to keyAs 2024-01-26 16:20:04 +13:00
5518abc00b add dub.json 2024-01-26 14:22:09 +13:00
cb28f5834d add basic gitignore 2024-01-26 13:31:22 +13:00
3ce21c6c79 add readme 2024-01-25 14:34:18 +13:00
8967581b3c license under the Boost Software License 2024-01-24 21:04:26 +13:00
2e3b8f536a add initial.d 2024-01-24 20:15:16 +13:00