Fixes #20 : Creation of subgroup in table arrays

This commit is contained in:
Thomas Pelletier
2014-08-14 10:12:39 +02:00
parent 68d2a60b37
commit 65684e6bb0
3 changed files with 22 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
// TOML lexer.// Written using the principles developped by Rob Pike in
// TOML lexer.
//
// Written using the principles developped by Rob Pike in
// http://www.youtube.com/watch?v=HxaD_trXwRE
package toml