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