Filter: Implement type checks for function calls
Keep list of function parameters in f_line and use it to verify types of arguments for function calls. Only static type checks are implemented.
Loading
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Keep list of function parameters in f_line and use it to verify types of arguments for function calls. Only static type checks are implemented.