biilmann / coffee-toml

A TOML parser in CoffeeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOML Coffee

A small TOML parser written in CoffeeScript.

Works both in browsers and as a CommonJS module.

Supports d0590614a295b73f7bb3b836c364fe0b02046210.

Usage:

config = TOML.parse(yourTOMLString)

Jasmine Specs:

Just download the repo and open specRunner.html

About

A TOML parser in CoffeeScript


Languages

Language:JavaScript 92.2%Language:CoffeeScript 7.8%