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

Function array_initializer

simc/parser/array_parser.py:6–178  ·  view source on GitHub ↗

Parse array initializer list Params ====== tokens (list) = List of tokens i (string/list) = Current index in list of tokens table (SymbolTable) = Symbol table constructed holding information about identifiers and constants size_of

(tokens, i, table, size_of_array, msg, func_ret_type)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

var_statementFunction · 0.85
assign_statementFunction · 0.85

Calls 4

check_ifFunction · 0.85
errorFunction · 0.85
expressionFunction · 0.85
get_by_idMethod · 0.80

Tested by

no test coverage detected