An open API service indexing awesome lists of open source software.

https://github.com/bungcip/degurechaff

(WIP) Toml Parser in Typescript
https://github.com/bungcip/degurechaff

toml-parser typescript

Last synced: 5 months ago
JSON representation

(WIP) Toml Parser in Typescript

Awesome Lists containing this project

README

          

(WIP) Degurechaff - Toml Parser in Typescript
=================

TODO for 0.0.1 release:

- [DONE] Add newline escape (\) feature in multi line string
- [DONE] Create Simple Page To Convert Toml to JSON
- [DONE] setup travis
- [DONE] create infrastructure to test using toml from TOML SPEC
- [DONE] add support for comma in last item of array
- [DONE] parse unicode escape

- give more error friendly message for invalid TOML
- setup doc publish
- setup simple homepage
- change AST Root to become order dependent to become compliant with TOML