1.0.2 • Published 10 months ago

tclobjparser v1.0.2

Weekly downloads
-
License
PD
Repository
github
Last release
10 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

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago