Difference between revisions of "Parse"

From Market Ruler Help
Jump to: navigation, search
(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...")
 
 
Line 1: Line 1:
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.  
+
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.  
  
 
   
 
   

Latest revision as of 02:24, 23 June 2020

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]]