mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

Support for ints in hex/binary format? #24

Closed ehargitt closed 7 years ago

ehargitt commented 7 years ago

Hello,

Love this parser. Do you have plans to support hex/binary inputs for integers? I can write it if you think it's a good idea. Let me know.

mayah commented 7 years ago

This parser implements TOML specification. As long as TOML spec supports hex/binary inputs, I will have a plan. But currently there is no such spec?

mayah commented 7 years ago

See also https://github.com/toml-lang/toml/issues/409

ehargitt commented 7 years ago

Oh haha. I didn't know toml specified that. Well, thanks for your work on this.

Get Outlook for iOShttps://aka.ms/o0ukef


From: mayah notifications@github.com Sent: Wednesday, June 7, 2017 8:38:48 AM To: mayah/tinytoml Cc: Eric Hargitt; Author Subject: Re: [mayah/tinytoml] Support for ints in hex/binary format? (#24)

This parser implements TOML specification. As long as TOML spec supports hex/binary inputs, I will have a plan. But currently there is no such spec?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mayah/tinytoml/issues/24#issuecomment-306781855, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGYy3rsKLQG_3QaeMkUuIF7h3MKJrrMbks5sBpnYgaJpZM4NymvR.

mayah commented 7 years ago

Closing