Skip to content

A kickass Toml parser written in pure Bash

License

Notifications You must be signed in to change notification settings

bash-bastion/bash-toml

Folders and files

NameName
Last commit message
Last commit date
Jul 19, 2022
Aug 5, 2022
Jul 18, 2022
Jul 18, 2022
Apr 11, 2022
Oct 16, 2021
May 2, 2022
Sep 6, 2022
Apr 12, 2022
May 2, 2022
Aug 5, 2022

Repository files navigation

bash-toml

A kickass Toml parser written in pure Bash

The plan is to fully support TOML v1.0.0

Assumptions of Quick

Support

Support is generally limited at the moment

  • Construct: Comment
  • Construct: Key
  • Value: String (basic)
  • Value: String (literal)

Not Yet Supported

  • Value: String (multi-line basic)
  • Value: String (multi-line literal)
  • Value: Integer
  • Value: Float
  • Value: Boolean
  • Value: Offset Date-Time
  • Value: Local Date-Time
  • Value: Local Date
  • Value: Local Time
  • Value: Array
  • Value: Inline Table
  • Construct: Table
  • Construct Array of Tables