github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/toml/cmd/toml-test-decoder/README.md (about)

     1  # Implements the TOML test suite interface
     2  
     3  This is an implementation of the interface expected by
     4  [toml-test](https://github.com/BurntSushi/toml-test) for my
     5  [toml parser written in Go](https://github.com/BurntSushi/toml).
     6  In particular, it maps TOML data on `stdin` to a JSON format on `stdout`.
     7  
     8  
     9  Compatible with TOML version
    10  [v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md)
    11  
    12  Compatible with `toml-test` version
    13  [v0.2.0](https://github.com/BurntSushi/toml-test/tree/v0.2.0)
    14