TBR ref: VDL require named in-args, fix bug with named out-args.

Closes vanadium/issues#62

We now require all input arguments to be named in VDL.  This is
better for API documentation, and makes code generation slightly
simpler.  It'll also help if we move to structed documentation in
the future.

Also fix an off-by-1 bug with named out-args.

MultiPart: 2/3

Change-Id: I417b4a9595e813e48afc29a3b770894e62fa1f8d
4 files changed
tree: fccb3eaf4bed0fa1e22406436a0b40536a6926fc
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

This is the code repository containing a reference implementation of the Vanadium project API.