proj-oot-old-150618-ootDslNotes1

one frequently seen construct schema:

--

in golang, there is the variable declaration construct: var name typeannotation

you can also group many names with the same annotation:

  var name1, name2 typeannotation

oot should generalize this construct for DSLs:

---