Module parse_files

Module parse_files 

Source
Expand description

Provides deserialization capabilities, for reading input files.

Enums§

JSONDrawAction
Represents a DrawAction, coming from JSON deserialization.
JSONDrawRules
Represents user input from JSON of the L-System rules, for conversion into DrawRules.
JSONInput
Represents the JSON input for an input file.

Functions§

run_file
Reads a JSON file, deserailizes the JSON, then runs the underlying JSONInfo.
run_json
Deserailizes the JSON, then runs the underlying JSONInfo.