Commit Graph

17 Commits (a894a6cf360d148f68230f268bd30f9767c968d4)

Author SHA1 Message Date
Larpon 96554fad71
toml: improve number conversion () 2021-11-18 19:46:19 +02:00
Larpon dbd5acd5ba
toml: small start -> end word use change () 2021-11-11 07:28:46 +02:00
Larpon 69fa87ad24
toml: add date and time checks () 2021-11-11 07:27:41 +02:00
Larpon 99fd84dfe4
toml: fix hex values starting with a, e or E and comments ending with crlf () 2021-11-02 19:07:27 +02:00
Larpon 462d097bf5
toml: small clarification on utf8_max const () 2021-10-27 16:41:22 +03:00
Larpon d53bb54c0a
toml: implement checks for UTF-8 validity () 2021-10-27 15:28:46 +03:00
Larpon 6eaacd3391
toml: improve checker documentation () 2021-10-27 14:31:29 +03:00
Larpon 9a3967bd7d
toml: improve comment support () 2021-10-26 16:58:05 +03:00
Larpon 52df19ef61
toml: check for invalid placement of underscores around exponent () 2021-10-26 13:49:25 +03:00
Larpon eb364f0301
toml: check for exponents starting with an underscore () 2021-10-22 19:56:43 +03:00
Larpon 909ed76b8f
toml: check binary, octal and hexadecimals literals () 2021-10-21 16:37:38 +03:00
Larpon a84b1a53ec
toml: fix bin, oct and hex capital identifier check () 2021-10-21 14:12:17 +03:00
Larpon e3d3727c0c
toml: fix 7 escape tests () 2021-09-29 19:28:09 +03:00
Larpon d39fec3479
toml: fix unbalanced quoted tests () 2021-09-29 10:19:49 +03:00
Larpon da47638f42
toml: correct documentation () 2021-09-26 07:34:47 +03:00
Larpon 13b2aa701c
toml: rename ast.Node -> ast.Value () 2021-09-25 20:31:02 +03:00
Larpon 5541ec8670
vlib: add toml module + tests () 2021-09-24 21:13:52 +03:00