toml11/toml
ToruNiina 8bba3c8a14 refactor: use literal instead of empty string
so far, the error value of the lexer is just ignored because they are
not readable (results from all the nested combinator are concatenated,
so they are too redundant). those ones are replaced by a simple literal.
2019-05-30 19:33:25 +09:00
..
combinator.hpp refactor: remove unused func, combinator::pattern 2019-05-30 18:05:47 +09:00
datetime.hpp Fix Visual Studio 2019 warnings in pedantic compilation mode (/W4 /WX) 2019-05-10 14:58:22 +03:00
exception.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
from_toml.hpp refactor: remove unused function parameter names 2019-04-06 19:39:13 +09:00
from.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
get.hpp refactor: use snake_case typename only 2019-05-30 14:39:15 +09:00
into.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
lexer.hpp fix: disallow invalid escape sequence 2019-03-01 22:13:32 +09:00
literal.hpp fix: skip first ws/newlines in toml literal 2019-04-21 16:31:24 +09:00
parser.hpp refactor: use literal instead of empty string 2019-05-30 19:33:25 +09:00
region.hpp feat: add functions to get comments around region 2019-04-25 22:32:18 +09:00
result.hpp Fix Visual Studio 2019 warnings in pedantic compilation mode (/W4 /WX) 2019-05-10 14:58:22 +03:00
serializer.hpp refactor: use as_* to avoid needless checking 2019-05-29 21:22:32 +09:00
storage.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
string.hpp feat: conversion toml::string <-> string_view 2019-04-22 23:18:05 +09:00
traits.hpp feat: add a way to check arg is "string literal" 2019-03-18 16:31:12 +09:00
types.hpp refactor: use snake_case typename only 2019-05-30 14:39:15 +09:00
utility.hpp Fix Visual Studio 2019 warnings in pedantic compilation mode (/W4 /WX) 2019-05-10 14:58:22 +03:00
value.hpp refactor: use snake_case typename only 2019-05-30 14:39:15 +09:00