ToruNiina
|
5b5ece6c32
|
fix: add "unreleased" flag to raw-tab-in-string
|
2019-09-04 18:10:15 +09:00 |
|
ToruNiina
|
4f8b62a7e9
|
feat: add TOML11_USE_UNRELEASED_TOML_FEATURES flag
to choose to use unreleased toml feature
|
2019-09-04 13:32:05 +09:00 |
|
ToruNiina
|
1acf87679e
|
feat: permit leading 0s in exp parts of floats
This is an unreleased feature of toml language, but is merged into
toml-lang/toml:master.
|
2019-08-28 16:02:10 +09:00 |
|
ToruNiina
|
e332e018db
|
feat: allow raw tab characters in basic strings
This feature is planned to be incorporated in toml v1.0.0 but not
released yet.
|
2019-08-21 11:19:47 +09:00 |
|
ToruNiina
|
5a92932019
|
fix: disallow invalid escape sequence
|
2019-03-01 22:13:32 +09:00 |
|
ToruNiina
|
fd21d5dd95
|
add simplest copyright notice
|
2018-12-13 20:44:10 +09:00 |
|
ToruNiina
|
c33ad31981
|
split lexer for escape sequence for unicode
|
2018-12-12 18:59:20 +09:00 |
|
ToruNiina
|
765ab97d8b
|
add whitespace between [] and key
[ a.b.c ] is allowed. also, [[ a . b ]] is allowed.
dotted key matches `a.b.c` only, so the explicit whitespace is needed.
|
2018-12-12 01:27:10 +09:00 |
|
ToruNiina
|
5dbbc1fb1a
|
add escaped newline to lexer for multiline string
to use it in parse_ml_basic_string
|
2018-12-06 19:53:49 +09:00 |
|
ToruNiina
|
17f3d96766
|
add lexers
|
2018-12-04 20:29:59 +09:00 |
|