Question: design programming language Design Your Own TURKISH Programming Language The lexical analysis and parsing source codes given in Chapter 4 in the textbook should be
design programming language
Design Your Own TURKISH Programming Language
The lexical analysis and parsing source codes given in Chapter in the textbook should be used with modifications for your own language design. Use C or Java to implement NO SNAKES!!
Your source code should compile, otherwise no grading will be done.
The steps required:
The grammar of the language should be given in BNF format.
The lookup table of the associated language should include Turkish letters like
The state diagrams should be drawn for important structures of the language such as if for, while, etc. with the Turkish names you decided
You must generate examples of source codes designed in your programming language separate text files
The examples should include assignment, arithmetic expression and variable definition.
These example code files should be read by your modified lex and syntax analysis source codes.
The modified code should give a proper output for the input source codes of your language.
Prepare a project report explaining your programming language design including the steps
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
