Home
last modified time | relevance | path

Searched refs:parse_ctx (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/tools/ldgen/
Dfragments.py35 class parse_ctx: class
43 parse_ctx.fragment_instance = None
44 parse_ctx.key = ''
45 parse_ctx.keys = list()
46 parse_ctx.key_grammar = None
49 parse_ctx.reset()
50 parse_ctx.fragment = FRAGMENT_TYPES[toks[0]]() # create instance of the fragment
77 if parse_ctx.key_grammar.min and len(stmts) < parse_ctx.key_grammar.min:
79 (parse_ctx.key_grammar.min, parse_ctx.key))
81 if parse_ctx.key_grammar.max and len(stmts) > parse_ctx.key_grammar.max:
[all …]