1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
7fba3e65e9 toml: support empty tables (#12504) 2021-11-18 15:39:44 +02:00
7ec70d5477 toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
3b612899bf toml: eat first nl if present in multiline strings (#12496) 2021-11-17 23:48:29 +02:00
cbdb270d2f toml: upgrade the module to 100% BurntSushi test suite parsing compatibility (#12466) 2021-11-15 15:36:14 +02:00
78662c800c toml: fix parsing formatting on Windows with crlf line endings (#12468) 2021-11-15 15:35:30 +02:00
9c508237bd toml: support for [a."b.c"] quoted keys (#12444) 2021-11-13 11:17:35 +02:00
4b42dcad8e toml: support complex array-tables-array constructs (#12438) 2021-11-11 18:30:34 +02:00
c8cb1bf6b4 toml: check for single-key reassignment in inline tables (#12436) 2021-11-11 14:57:11 +02:00
35f00c9f91 toml: check for text after comma in arrays (#12435) 2021-11-11 14:55:51 +02:00
015cfdb49f toml: add excerpt to value parse errors (#12429) 2021-11-11 07:29:38 +02:00
66e53279c2 toml: check for more wrong line ending cases (#12424) 2021-11-10 15:03:51 +02:00
9b00564d98 toml: panic if access fails to a key that was checked (#12384) 2021-11-05 14:14:50 +02:00
24cd619ff8 toml: fix parsing array of tables (#12388) 2021-11-05 12:08:40 +02:00
db65b65f3c toml: disallow spacing between (array of tables) key syntax (#12382) 2021-11-05 11:29:25 +02:00
c3b389cde9 toml: rename sub_key -> dotted_key (#12383) 2021-11-05 11:28:54 +02:00
fc7f4c5b1f toml: disallow multiline keys (#12381) 2021-11-04 14:26:25 +02:00
1a54817c81 toml: parse formatting (#12374) 2021-11-04 09:15:50 +02:00
bd5e2db460 toml: add Parser.peek(n) method (#12369) 2021-11-03 10:15:40 +02:00
bc3827ae15 toml: improve array parsing (#12322) 2021-10-27 20:26:33 +03:00
1b9eef74aa toml: improve inline-table parsing (#12307) 2021-10-26 17:00:41 +03:00
9a3967bd7d toml: improve comment support (#12305) 2021-10-26 16:58:05 +03:00
8a4756819a toml: disallow unclosed arrays (#12273) 2021-10-22 20:30:29 +03:00
42359d8915 toml: fix error return in value parsing (#12097) 2021-10-07 15:51:18 +03:00
bc4aad5fb4 toml: add quote details to ast.Quoted (#11997) 2021-09-28 17:40:03 +03:00
da47638f42 toml: correct documentation (#11976) 2021-09-26 07:34:47 +03:00
13b2aa701c toml: rename ast.Node -> ast.Value (#11974) 2021-09-25 20:31:02 +03:00
5541ec8670 vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00