Parsed
Parsed is the past participle of parse, meaning that a sequence of characters or tokens has been analyzed according to a formal grammar or set of rules to reveal its structure and meaning. In computing and data processing, parsing is the process of taking raw input and producing a structured representation, such as a parse tree or an abstract syntax tree. The result is commonly called the parsed form or parsed data.
Parsing typically follows lexical analysis, or tokenization, and is guided by a grammar. Parsers are categorized
Parsed data is used in a variety of contexts. In compilers and interpreters, parsing converts source code
Overall, the term describes both the act of analyzing input according to rules and the resulting structured