-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathTOML.txt
32 lines (21 loc) · 1.1 KB
/
TOML.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*vital/Text/TOML.txt* TOML library.
Maintainer: kamichidu <c.kamunagi at gmail.com>
==============================================================================
CONTENTS *Vital.Text.TOML-contents*
INTRODUCTION |Vital.Text.TOML-introduction|
INTERFACE |Vital.Text.TOML-interface|
FUNCTIONS |Vital.Text.TOML-functions|
==============================================================================
INTRODUCTION *Vital.Text.TOML-introduction*
*Vital.Text.TOML* is a TOML parser (v0.5.0 compliant).
See https://github.com/toml-lang/toml
==============================================================================
INTERFACE *Vital.Text.TOML-interface*
------------------------------------------------------------------------------
FUNCTIONS *Vital.Text.TOML-functions*
parse({tomlstring}) *Vital.Text.TOML.parse()*
Parses TOML formatted string. It returns a |Dictionary|.
parse_file({filename}) *Vital.Text.TOML.parse_file()*
Parses a TOML file. See |Vital.Text.TOML.parse()|.
==============================================================================
vim:tw=78:fo=tcq2mM:ts=8:ft=help:norl