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, If-then-else, while-loop
Others: A print() function.
Programming Language Project. Task Description:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!