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

13 Commits

Author SHA1 Message Date
Larpon
c3b389cde9
toml: rename sub_key -> dotted_key (#12383) 2021-11-05 11:28:54 +02:00
Larpon
fc7f4c5b1f
toml: disallow multiline keys (#12381) 2021-11-04 14:26:25 +02:00
Larpon
1a54817c81
toml: parse formatting (#12374) 2021-11-04 09:15:50 +02:00
Larpon
bd5e2db460
toml: add Parser.peek(n) method (#12369) 2021-11-03 10:15:40 +02:00
Larpon
bc3827ae15
toml: improve array parsing (#12322) 2021-10-27 20:26:33 +03:00
Larpon
1b9eef74aa
toml: improve inline-table parsing (#12307) 2021-10-26 17:00:41 +03:00
Larpon
9a3967bd7d
toml: improve comment support (#12305) 2021-10-26 16:58:05 +03:00
Larpon
8a4756819a
toml: disallow unclosed arrays (#12273) 2021-10-22 20:30:29 +03:00
Larpon
42359d8915
toml: fix error return in value parsing (#12097) 2021-10-07 15:51:18 +03:00
Larpon
bc4aad5fb4
toml: add quote details to ast.Quoted (#11997) 2021-09-28 17:40:03 +03:00
Larpon
da47638f42
toml: correct documentation (#11976) 2021-09-26 07:34:47 +03:00
Larpon
13b2aa701c
toml: rename ast.Node -> ast.Value (#11974) 2021-09-25 20:31:02 +03:00
Larpon
5541ec8670
vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00