Reading dragon Book compiling Principles of Grammar Analysis (2) ...

Source: Internet
Author: User

Let's take a look at the context-independent grammar, which generally defines the context-independent grammar:

The BNF paradigm (Backus-naur Form) is often used to denote context-independent grammars ...

Next come a concept called derivation:

There are two types of derivation, the most left-hand and the most right-torn:

In fact, the purpose of lexical analysis can be described by the above-mentioned context-independent grammar:

Here's a question:

Regular grammar

In the course we discuss the context-independent grammar (i.e., type 2 grammar), and we refer to the regular grammar and indicate that it corresponds to the regular expression. Regular grammar is actually a kind of special form of context-independent grammar, each of its production rules can only be one of the following three forms:

A-B C

X-B

Y-

Notice that there are certain constraints on the right side of each rule: the first form is that the right is only Terminator followed by non-Terminator; the second form is that there can only be one terminator on the right, and the right part of the third rule is empty.

Given the following regular expression

A (b|c) *

Try to write the regular grammar that corresponds to it.

My answer:

S--AB

BB B

CB

-

Reading dragon Book compiling Principles of Grammar Analysis (2) ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.