Write a funlang program which counts from 1 to 10, printing each number on a line by itself.
Budget: $30 – $250 USD
Throughout the semester, we will have coding projects where we create portions of a programming language. By the middle of the semester, we will have completely implemented one language, and then your groups will design and implement a language of your own. The language we will all study together is called "funlang", so named because it is fun to program in and because it has rudimentary support for functions. Funlang is an imperative language, which we will discuss in detail later on. For now, your task is to try to learn as much as you can about funlang from its BNF specification, and then try to write two programs in funalng. The preferred file extension for funlang programs is ".fun", and so you must upload two .fun files to Canvas in order to complete this assignment.