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

10 Commits

Author SHA1 Message Date
Larpon
c526752419 toml: remove unused enum (#12304) 2021-10-26 16:58:58 +03:00
Larpon
9a3967bd7d toml: improve comment support (#12305) 2021-10-26 16:58:05 +03:00
Larpon
8273c0582b toml: check for illegal characters, fix all related skipped tests (#12270) 2021-10-22 19:57:32 +03:00
Larpon
cc2ef4188d toml: support parsing (+/-)nan and (+/-)inf (#12256) 2021-10-22 08:16:47 +03:00
Larpon
8705db5844 toml: fix scanner escape collecting in literal strings (#12022) 2021-09-30 16:04:21 +03:00
Larpon
e3d3727c0c toml: fix 7 escape tests (#12017) 2021-09-29 19:28:09 +03:00
Larpon
4ff061927b toml: easier scanner configuration (#12016) 2021-09-29 14:53:06 +03:00
Larpon
bc4aad5fb4 toml: add quote details to ast.Quoted (#11997) 2021-09-28 17:40:03 +03:00
Larpon
2ee873d6ca toml: fix invalid bad-multiline test (#11996) 2021-09-27 17:42:20 +03:00
Larpon
5541ec8670 vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00