Skip to content

Syntactic analyzer capable of validating the analyzed language and returning whether the value is valid, made in C# and Java

License

Notifications You must be signed in to change notification settings

lucassantuss/syntactic-analyzer-first-follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard Syntactic Analyzer - First and Follow

LayoutTechnologiesAnalyzed LanguageFirst and Follow

Syntactic Analysis TableCollaboratorsLicense

Syntactic analyzer capable of validating the analyzed language and returning whether the value is valid, made in C# and Java

🎨 Layout

Screen 1 Screen 2 Screen 3 Screen 4 Screen 5 Screen 6 Screen 7

💻 Technologies

My Skills

Page Facing Up Analyzed Language

S Aa
A BD
B b | ε
D d | ε

Chequered Flag First and Follow

Non-terminal First Follow
S {b, d, a} {$}
A {b, d, ε} {a}
B {b, ε} {d}
D {d, ε} {a}

Open Book Syntactic Analysis Table

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

🤝 Collaborators

Lucas Profile Picture
Lucas Araujo
Victor Profile Picture
Victor Nunes

🧾 License

This software is available under the following licenses:

About

Syntactic analyzer capable of validating the analyzed language and returning whether the value is valid, made in C# and Java

Topics

Resources

License

Stars

Watchers

Forks