1.0.2 • Published 12 months ago

tclobjparser v1.0.2

Weekly downloads
-
License
PD
Repository
github
Last release
12 months ago

tclobjparser

Parser for Tcl lists and dictionaries

Example:

parser = require("tclobjparser");
parser("a 4711 b xyz c {This is a Test.} d {}", ["dict", "string"]);
{ a: 4711, b: 'xyz', c: 'This is a Test.', d: null }
1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago