Home
last modified time | relevance | path

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

/zcbor-latest/
DARCHITECTURE.md19 4. CodeGenerator (inherits from CddlXcoder)
90 …r inherits from CddlParser, and provides common functionality for DataTranslator and CodeGenerator.
135 CodeGenerator section in Architecture of the Python script
138 CodeGenerator, like DataTranslator, inherits from CddlXcoder.
142 CodeGenerator contains optimizations to reduce both the verbosity of the code and the level of indi…
144 … is predetermined, like in `Foo = 5`), the code will validate it, but CodeGenerator won't include …
149 A CodeGenerator object operates in one of two modes: `"encode"` or `"decode"`.
159 When invoking CodeGenerator, the user must decide which types it will need direct access to decode/…
170 CodeRenderer is a standalone class that takes the result of the CodeGenerator class and constructs …
178 …ucts some pruning and deduplication of the list of types and functions received from CodeGenerator.
/zcbor-latest/zcbor/
Dzcbor.py1863 class CodeGenerator(CddlXcoder): class
1867 super(CodeGenerator, self).__init__(*args, **kwargs)
1874 cddl_res = super(CodeGenerator, cddl_class).from_cddl(*args, **kwargs)
3214 cddl_res[mode] = CodeGenerator.from_cddl(