lleaves.compiler.ast.scanner module

The Scanner is responsible for iterating over the model.txt and transforming it into a more usable representation. It doesn’t implement any transformations (expect for type casting).

class lleaves.compiler.ast.scanner.ScannedValue(type: type, is_list=False, null_ok=False)

Bases: object

lleaves.compiler.ast.scanner.scan_model_file(file_path, general_info_only=False)