pvxs icon indicating copy to clipboard operation
pvxs copied to clipboard

JSON parsing, applied to pvxput

Open mdavidsaver opened this issue 1 year ago • 2 comments

Wrap YAJL parser from Base, which requires Base >=3.15. Teach pvxput to make use of this.

Adds special case handling of enum_t at a low level through the Struct node.

Relaxes requirement to prefix Union member access with -> at the beginning of an expression.

TODO:

  • [ ] Assign Any by inferring a TypeDef.
  • [ ] Handle uint64

mdavidsaver avatar Nov 21 '23 00:11 mdavidsaver