Go to file
Ubuntu 6636a7a672 Implemented a separated lexer.StringBuffer, to not pollute lexer code with string building code. The string builder can provide built strings both as literal as-is string (in TOML: single quotes), or as interpreted strings (in TOML: between double quotes) 2019-05-15 22:47:06 +00:00
lexer Implemented a separated lexer.StringBuffer, to not pollute lexer code with string building code. The string builder can provide built strings both as literal as-is string (in TOML: single quotes), or as interpreted strings (in TOML: between double quotes) 2019-05-15 22:47:06 +00:00
.gitignore Backup work. 2019-05-15 11:08:14 +00:00
go.mod Initial import, work in progress. 2019-05-15 09:00:35 +00:00