Exercises Flashcards
Equations of regular expressions

From FA to regular expression

From right-regular grammar to FA

From left-regular grammar to FA

Minimization of DFA

Complement of a regular language

Equivalence of regular languages

Eliminate useless symbols in CFG

Write a PDA

SA Bottom-up parser

LR(0) parsing table.
Is the grammar LR0?
The grammar is not LR if it is ambiguos

LR(SLR) parsing table

LR(1) parsing table
Is the grammar LR1?
3REDUCE action for all lookahed symbols
Not LR1 if conflicts exist.

LALR(1) parsing table
Is the grammar LALR(1) ?
The grammar is not LALR if it is ambiguos

SA Top-down parser

Eliminate left-recursion

Predictive LL(1) parsing table
Is the grammar LL1?
If the grammar is left recursive or has conflicts in the parsing table is not LL1
