Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 344 Bytes

Compiler_design.md

File metadata and controls

7 lines (7 loc) · 344 Bytes

Compiler Design

  1. What is the Context in a Context Free Grammar?
  2. What is a lexeme? What is a Lexical Analyzer?
  3. What is the meaning of recursive and descent in recursive descent parser?
  4. What is Gradient Descent?
  5. Difference between recursive descent and Gradient Descent?
  6. What is an ambiguous grammar? and unambiguous grammar?