Question: Programming Language Project. Task Description: Build a programming language with the following struc - ture: Types: int, float, boolean. Type checking: either static or dynamic
Programming Language Project.
Task Description: Build a programming language with the following struc
ture:
Types: int, float, boolean.
Type checking: either static or dynamic typing is alright.
Arithmetic Expressions: Four operators with the usual prece
dence of and over the others two.
Basic Boolean Expressions: Equality and inequality between two arith
metic expressions.
Instructions: Assignment statement, Ifthenelse, whileloop
Others: A print function.
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
