Skip to content
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Basic Computer Science

My WordPress Blog

Subscribe
  • Home
  • Sample Page
  • Sample Page
  • Home
  • admin
  • Page 16
About admin
CONSTRUCTING SLR(1) PARSING TABLE
Posted inCompiler Design

CONSTRUCTING SLR(1) PARSING TABLE

Posted by admin July 20, 2021
To perform SLR parsing, take grammar as input and do the following: 1.   Find LR(0) items.…
Read More
Error Recovery
Posted inCompiler Design

Error Recovery

Posted by admin July 20, 2021
A parser should be able to detect and report any error in the program. It…
Read More
LR PARSERS
Posted inCompiler Design

LR PARSERS

Posted by admin July 20, 2021
An efficient bottom-up syntax analysis technique that can be used CFG is called LR(k) parsing.…
Read More
BOTTOM-UP PARSING
Posted inCompiler Design

BOTTOM-UP PARSING

Posted by admin July 20, 2021
Constructing a parse tree for an input string beginning at the leaves and going towards…
Read More
TOP-DOWN PARSING
Posted inCompiler Design

TOP-DOWN PARSING

Posted by admin July 20, 2021
It can be viewed as an attempt to find a left-most derivation for an input…
Read More
WRITING A GRAMMAR
Posted inCompiler Design

WRITING A GRAMMAR

Posted by admin July 20, 2021
A grammar consists of a number of productions. Each production has an abstract symbol called a nonterminal as its left-hand side,…
Read More
Context-Free  GRAMMARS
Posted inCompiler Design

Context-Free GRAMMARS

Posted by admin July 20, 2021
A Context-Free Grammar is a quadruple that consists of terminals,non-terminals, start symbol and productions.   Terminals: These are the basic symbols from…
Read More
Error Handling in Compiler Design
Posted inCompiler Design

Error Handling in Compiler Design

Posted by admin July 20, 2021
The tasks of the Error Handling process are to detect each error, report it to the user,…
Read More
Types of Parsing
Posted inCompiler Design

Types of Parsing

Posted by admin July 20, 2021
Syntax analyzers follow production rules defined by means of context-free grammar. The way the production…
Read More
THE ROLE OF PARSER
Posted inCompiler Design

THE ROLE OF PARSER

Posted by admin July 20, 2021
The parser or syntactic analyzer obtains a string of tokens from the lexical analyzer and…
Read More

Posts pagination

Previous page 1 … 14 15 16 17 18 … 38 Next page

Recent Posts

  • 10 Things Great Developers Do (That Others Don’t)
  • Understanding How a Computer Works: CPU, RAM, and Storage Explained 💻⚙️
  • Why Zone Routing Protocol is a Game-Changer in Mobile Ad Hoc Networks 🌐🚀
  • Title: ZRP vs AODV vs DSR: Understanding the Differences in Ad Hoc Routing Protocols 📡🔀
  • Top 10 Laptops Under ₹55,000 in India for 2025

Recent Comments

No comments to show.

Archives

  • June 2025
  • April 2025
  • March 2025
  • February 2025
  • August 2023
  • January 2022
  • November 2021
  • October 2021
  • July 2021

Categories

  • Advanced
  • Algorithms
  • Artificial Intelligence
  • Basics
  • Cloud Computing
  • Compiler Design
  • Computer Hardware
  • Distributed Systems
  • Featured
  • Internet Programming
  • Mobile Computing
  • Networking
  • Programming
  • Tech Reviews
  • Technology & Innovation
  • Uncategorized
Copyright 2025 — Basic Computer Science. All rights reserved. Bloghash WordPress Theme
Scroll to Top