Issue #18: Small fixes
Summary
Topics:
Functions are required to specify arity
and Detection of invalid operands for "jump
" instructions
This was another slow week, and it resulted in almost no newsworthy developments.
Functions are required to specify arity
To disambiguate function names from labels, function names are now required to include an arity specifier at the end. The arity may be undefined for functions which require it.
Detection of invalid operands for "jump
" instructions
Invalid operands for are now reported for jump
instructions.