Parse

From Market Ruler Help
Revision as of 02:23, 23 June 2020 by Lori (talk | contribs) (Created page with "In computer science, '''Parse''' or '''Parsing''' is the process of analyzing a string of symbols. '''Parsing''' involves formal analysis of a string of symbols and/or words i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In computer science, Parse or Parsing is the process of analyzing a string of symbols. Parsing involves formal analysis of a string of symbols and/or words into its constituent parts, often resulting in a parse tree. A parse tree shows the syntactic relationship of the parts and may also include semantic information. Parsing can help reveal the underlying structure of the string and thus make the parts easier to identify and simpler to use.


For more information, see:


Category:Glossary]] Category:Technical]]