What are the initial requirement that i need to know to develop a programming language like coffee script that basically has its own syntax but after compilation changes into an
A good first step is to read Programming Languages: Application and Interpretation. It'll teach you how to design and implement languages with interpreters.