File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# bash-toml
2
2
3
- Toml v0.4 .0 parser written in pure Bash
3
+ Aspiring Toml v1.0 .0 parser written in pure Bash
4
4
5
5
STATUS: EXPERIMENTAL
6
6
15
15
printf ' %s' " ${TOML[five]} " # value
16
16
```
17
17
18
+ ## Support
19
+
20
+ Support is generally limited at the moment
21
+
22
+ - Construct: Comment
23
+ - Construct: Key
24
+ - Value: String (basic)
25
+ - Value: String (literal)
26
+
27
+ ### Not Yet Supported
28
+
29
+ - Value: String (multi-line basic)
30
+ - Value: String (multi-line literal)
31
+ - Value: Integer
32
+ - Value: Float
33
+ - Value: Boolean
34
+ - Value: Offset Date-Time
35
+ - Value: Local Date-Time
36
+ - Value: Local Date
37
+ - Value: Local Time
38
+ - Value: Array
39
+ - Value: Inline Table
40
+ - Construct: Table
41
+ - Construct Array of Tables
42
+
18
43
## Error Handling
19
44
20
45
1 . Bail Fast
You can’t perform that action at this time.
0 commit comments