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

Function for_statement

simc/parser/loop_parser.py:6–104  ·  view source on GitHub ↗

Parse for for_loop Params ====== tokens (list) = List of tokens i (int) = Current index in token table (SymbolTable) = Symbol table constructed holding information about identifiers and constants Returns ======= OpCode, int: The opcode for t

(tokens, i, table, func_ret_type)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseFunction · 0.85

Calls 4

check_ifFunction · 0.85
expressionFunction · 0.85
OpCodeClass · 0.85
get_by_idMethod · 0.80

Tested by

no test coverage detected