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

Function struct_declaration_statement

simc/parser/struct_parser.py:38–99  ·  view source on GitHub ↗

Parse structure declaration statement 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, in

(tokens, i, table)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseFunction · 0.85

Calls 5

check_ifFunction · 0.85
skip_all_nextlinesFunction · 0.85
errorFunction · 0.85
OpCodeClass · 0.85
get_by_idMethod · 0.80

Tested by

no test coverage detected