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
- Host: GitHub
- URL: https://github.com/bungcip/degurechaff
- Owner: bungcip
- License: mit
- Created: 2017-02-19T17:50:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T18:26:40.000Z (about 7 years ago)
- Last Synced: 2024-06-13T13:54:04.206Z (about 2 years ago)
- Topics: toml-parser, typescript
- Language: TypeScript
- Size: 466 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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