
In this course you would learn fundamental concepts, tools to make a programming language. You would learn with practical working examples by defining your own grammar for new language and build your own compiler and deploy your new language. You would be able to print stings, perform operations on variables, etc. further we would learn to implement loop and conditional operations, and much more. We would start with learning fundamentals of Grammar, Lexical Analysis, Syntax Analysis (Parsing), Semantic Analysis, Abstract Syntax Tree, MainListener, etc, then we would proceed by developing our new programming language. Firstly, we would develop a Calculator Language, and later enhance our language to read and print stings, perform operations on variables, input their values and much more.