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

19 Commits

Author SHA1 Message Date
Subhomoy Haldar
f7a11b8e50
toml: update value_opt syntax and add missing documentation (#16510) 2022-11-22 19:45:12 +02:00
yuyi
017ace6ea7
vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
yuyi
f6844e9766
all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
Daniel Däschle
d679146a80
fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
Alexander Medvednikov
fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
yuyi
291a1ffd8d
token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
Larpon
ff95cf18d4
toml: expand short date time milliseconds in decoder (#12564) 2021-11-24 14:49:23 +02:00
Larpon
49cd1b3d59
toml: make value of +nan/-nan decode to nan (#12542) 2021-11-23 16:23:16 +02:00
Larpon
e9efed02f0
toml: fix decoding most large number values (#12541) 2021-11-23 13:23:16 +02:00
Larpon
f1dd0e3355
toml: add value decoding (#12521) 2021-11-20 19:48:44 +02:00
Larpon
96554fad71
toml: improve number conversion (#12509) 2021-11-18 19:46:19 +02:00
Larpon
7ec70d5477
toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
Larpon
2f75ce0d4c
toml: use json2 to encode output from .to_json() (#12470) 2021-11-16 08:41:37 +02:00
Larpon
9c508237bd
toml: support for [a."b.c"] quoted keys (#12444) 2021-11-13 11:17:35 +02:00
Larpon
9a3967bd7d
toml: improve comment support (#12305) 2021-10-26 16:58:05 +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