Kevin Burke
|
682034a662
|
Add usage example to README
|
2013-06-23 10:54:40 -07:00 |
|
Thomas Pelletier
|
23d36c08ab
|
Add GetDefault to TomlTree
|
2013-05-01 18:47:27 +02:00 |
|
Thomas Pelletier
|
558a227433
|
Run gofmt
|
2013-03-26 12:10:14 +01:00 |
|
Thomas Pelletier
|
edc78bc0bf
|
Add test for newlines in arrays
|
2013-03-26 11:52:42 +01:00 |
|
Thomas Pelletier
|
329092b812
|
Implement escapable characters in strings
|
2013-03-26 11:45:36 +01:00 |
|
Thomas Pelletier
|
8c48e59100
|
Develop ParseFile test
|
2013-03-26 11:35:18 +01:00 |
|
Thomas Pelletier
|
8a5d380286
|
Fix strings lexing and add a few tests
|
2013-03-26 10:53:49 +01:00 |
|
Thomas Pelletier
|
b1c54ee485
|
Add TravisCI badge in README
|
2013-03-26 09:56:14 +01:00 |
|
Thomas Pelletier
|
3e85ec9c72
|
Add TravisCI file
|
2013-03-26 09:51:47 +01:00 |
|
Thomas Pelletier
|
21a8fb6ee0
|
Add LoadFile
|
2013-03-22 17:14:16 +01:00 |
|
Thomas Pelletier
|
0d489ff32c
|
Add couple of tests for arrays
|
2013-03-22 15:27:00 +01:00 |
|
Thomas Pelletier
|
2bd1eb4f21
|
Add tests for errors (fixes #5)
|
2013-03-22 15:23:53 +01:00 |
|
Thomas Pelletier
|
183bbe2aa9
|
Return an error instead of panicking
|
2013-03-22 15:03:51 +01:00 |
|
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 |
|