column width: contains either fixed or variable, with fixed meaning the size of input/output on that pointer is always the same, and variable meaning it can have multiple values
column inout: contains either in, out, inout, respectively describing how that pointer is used
column array_size: describes for fixed width values the number of elements expected, N/A for variable
column notes: general notes on the meaning and usage of the pointer; for non-pointer arguments, any notes on how they relate to the pointers, or N/A if they don't
git add -p
verify your changes are properly getting in
git commit -m ""
git push origin
on github, open PR of your topic branch against the branch parse_signature
mark the file as done
Note that multiple files can be done in the same PR.
The following is the task list of things to be worked through in the following manner in order to fulfill #51.
parse_signature
parse_signature
Note that multiple files can be done in the same PR.