Syntax analysis
Syntax analysis is a process in compilers that recognizes the structure of programming languages. It is also known as parsing. After lexical analysis, it is much easier to write and use a parser, as the language is far simpler.
Related Topics:
Compiler - Programming language - Parsing
~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Context-free grammar is usually used for describing the structure of languages and BNF notation is typical to define that grammar. Grammatical tokens include numerical constants and literal strings and control structures such as assignments, conditions and loops.
Related Topics:
Context-free grammar - BNF - Token - Literal string
~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Programs or code that do parsing are called called parsers. Yacc (yet another compiler compiler) is a program that generates parsers in the C programming language.
Related Topics:
Program - Parser - Yacc - C programming language
~ ~ ~ ~ ~ ~ ~ ~ ~ ~
See also: lexical analysis
~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ Table of Content ~
| ► | Introduction |
~ What's Hot ~
~ Community ~
| ► | History Forum Come and discuss about History, Civilizations, Historical Events and Figures |
| ► | History Web-Ring A community of sites, blogs and forums dedicated to History. Do not hesitate to submit your site. |
and are licensed under the GNU Free Documentation License.
Lexicon - Privacy Policy - Spiritus-Temporis.com ©2005.