A team project to make a Compiler for TINY Programming Language with specific Programming Rules. Only two phases are implemented; Lexical Analysis (Scanner) and Syntax Analysis (Parser) Phases. Scanner is implemented after going through some steps like constructing the Regular Expressions(RE), Non-Deterministic Finite Automata(NFAs) then Deterministic Finite Automata(DFAs). Parser is implemented after going through some steps like constructing the Context Free Grammer(CFG) then eliminating Left Factoring and Left Recursion.
-
Notifications
You must be signed in to change notification settings - Fork 3
esraa176/TINY-Compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Compiler for TINY Programming Language with specific Programming Rules
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published