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.