Layout • Technologies • Analyzed Language • First and Follow
Syntactic Analysis Table • Collaborators • License
Syntactic analyzer capable of validating the analyzed language and returning whether the value is valid, made in C# and Java
S | Aa |
A | BD |
B | b | ε |
D | d | ε |
Non-terminal | First | Follow |
S | {b, d, a} | {$} |
A | {b, d, ε} | {a} |
B | {b, ε} | {d} |
D | {d, ε} | {a} |
a | b | d | $ | |
S | S → Aa | S → Aa | S → Aa | |
A | A → BD | A → BD | A → BD | |
B | B → b | B → ε | ||
D | D → ε | D → d |
Lucas Araujo |
Victor Nunes |
This software is available under the following licenses: