GitXplorerGitXplorer
b

coffee-toml

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c15ac5dc13b8b46b86058a1e21a99f73eb0c6a12

Remove a console.log statement

bbiilmann committed 12 years ago
Unverified
4b6f97dc3eb4d374bc66e20d88717350aee456c2

Added sha of supported TOML to README

bbiilmann committed 12 years ago
Unverified
381f9f15e1c01af3231f4bbc7b34f31741a979d9

Support [a.b.c] groups

bbiilmann committed 12 years ago
Unverified
b5aabfcb7f55a14bd10107ba8fca96d0831358bf

Added README

bbiilmann committed 12 years ago
Unverified
e10c42969321e44716bbe93c9678eb9ad236bc6d

First commit

bbiilmann committed 12 years ago

README

The README file for this repository.

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