How can I build my own high level programming language?
Suppose I made a 'xyz' language.which syntax look like đĄ Val1 _value1 = 12; Val2 _value2 = 56.67890; Val3 _value3 = /just a string/; Operation operation(Val1 val1, Val2 val2, Val3 val3) [ Val2 val = val1+val2; Show(/Your result/ + Convert.IntoVal3(val)); ] đĄ 1â. Can I build high level language by using Microprocessor 8085 code? 2.â Do I need a other language(like python) to build my custom language? If yes then which language is better for that and if no then how do I do that? 3â. Is the main job is to making Compiler? 4. I just want to build for knowledge and want to know is there really have need a new language? 5â.I also want to add graphics facility in my programm then how do I implement that into a console programming language? 6â.Can AI produce a all new programming language? ------------------------------------------------------------------------ Advance đ Thankyou for your comment.