Classification of compiling principle languages

Source: Internet
Author: User

    • From the left side of the derivation to the right becomes the derivation , from the right to the left becomes the statute
    • LL's analysis is a continuous extension to the right process, similar to a loop, suitable for EBNF description. So ll is a pre-order traversal of the syntax tree, which is from top to bottom, from the beginning of the root node to the terminator of the leaf node terminator
    • The shift-reduce process of LR is a recursive-regression process, and SR always starts with Terminator, terminating the Terminator as a non-terminator on the left side of the derivation. This is a sequential traversal of the syntax tree, which is from the low to the top, that is, from the leaf node of terminator to the root node of the starting non-terminator. Therefore, it is more appropriate to use the recursive BNF description. Since the left statute is equivalent to right derivation, it is called LR
    • Regular Language:

    • Chomsky Norm Form Context-free
              

    • Context-sensitive Grammar:

Classification of compiling principle languages

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.