Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started