attl.go 265 B

12345
  1. // A Tiny Tool Language is a tiny TCL like language interpreter
  2. // but with real values, not with everything as a string.
  3. // A secondary requirement is for ATTL not to have any dependencies at all,
  4. // apart from the go language built-in functionality.
  5. package attl