Thomas Pelletier
|
a2b18e1f67
|
Merge pull request #4 from alexstaubo/master
Support underscores and uppercase letters in key names
|
2013-03-19 01:29:52 -07:00 |
|
Alexander Staubo
|
4e227cb34e
|
Support underscores and uppercase letters in key names, as well as international characters (not specified in TOML spec, but implied by Unicode and JSON compatibility). Fixes #3.
|
2013-03-19 06:17:28 +01:00 |
|
Thomas Pelletier
|
95c8a36e24
|
Update godoc URL
|
2013-02-25 11:03:54 +01:00 |
|
Thomas Pelletier
|
9128eca02b
|
Fixes #1 : correct source layout
|
2013-02-25 10:59:35 +01:00 |
|
Thomas Pelletier
|
8783fed844
|
Readd source files. I need coffee now
|
2013-02-25 10:57:12 +01:00 |
|
Thomas Pelletier
|
0f6c9649f4
|
Move source files to the repository root
|
2013-02-25 10:49:00 +01:00 |
|
Thomas Pelletier
|
50f088ffe2
|
Complete README
|
2013-02-25 10:42:20 +01:00 |
|
Thomas Pelletier
|
1f288ec971
|
Add more documentation
|
2013-02-25 10:37:53 +01:00 |
|
Thomas Pelletier
|
e9b5eaf89d
|
Add GoDoc link
|
2013-02-25 10:33:11 +01:00 |
|
Thomas Pelletier
|
55291dbfa9
|
Fix multiline array
|
2013-02-24 23:09:33 +01:00 |
|
Thomas Pelletier
|
6782b75410
|
Apply go fmt
|
2013-02-24 23:03:23 +01:00 |
|
Thomas Pelletier
|
32c126c6d5
|
Remove debug code
|
2013-02-24 23:01:30 +01:00 |
|
Thomas Pelletier
|
e0796931d0
|
Added arrays tests
|
2013-02-24 22:59:52 +01:00 |
|
Thomas Pelletier
|
820938471d
|
Fix nested keys
|
2013-02-24 22:45:44 +01:00 |
|
Thomas Pelletier
|
a94cae08c3
|
Moar tests
|
2013-02-24 22:05:34 +01:00 |
|
Thomas Pelletier
|
4198942e1a
|
Fix numbers parsing
|
2013-02-24 21:59:18 +01:00 |
|
Thomas Pelletier
|
89919c7041
|
Implement parser
|
2013-02-24 21:09:35 +01:00 |
|
Thomas Pelletier
|
6dd3db3d59
|
Reformat for better documentation output
|
2013-02-24 19:34:32 +01:00 |
|
Thomas Pelletier
|
3c9a474015
|
Add some helpers for tree manipulation
|
2013-02-24 19:22:25 +01:00 |
|
Thomas Pelletier
|
a4e5fe8d12
|
Add lexer
|
2013-02-24 18:45:05 +01:00 |
|