MCPcopy Create free account
hub / github.com/cimplec/sim-c / function_call_statement

Function function_call_statement

simc/parser/function_parser.py:6–152  ·  view source on GitHub ↗

Parse function calling statement Params ====== tokens (list) = List of tokens i (int) = Current index in token table (SymbolTable) = Symbol table constructed holding information about identifiers and constants func_ret_type (dic

(tokens, i, table, func_ret_type)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

expressionFunction · 0.85
parseFunction · 0.85

Calls 8

errorFunction · 0.85
extract_func_typedataFunction · 0.85
expressionFunction · 0.85
OpCodeClass · 0.85
get_by_idMethod · 0.80
get_by_symbolMethod · 0.80
resolve_dependencyMethod · 0.80

Tested by

no test coverage detected